mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
[mastodon-client] Bump compatible version to 4.2.1
This allows clients to detect support for features like "hide list members from home timeline"
This commit is contained in:
parent
5cdd6dd5ed
commit
8c45d331ef
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export class MiscHelpers {
|
||||||
meta.description ||
|
meta.description ||
|
||||||
"This is an Iceshrimp instance. It doesn't seem to have a description.",
|
"This is an Iceshrimp instance. It doesn't seem to have a description.",
|
||||||
email: meta.maintainerEmail || "",
|
email: meta.maintainerEmail || "",
|
||||||
version: `4.1.0 (compatible; Iceshrimp ${config.version})`,
|
version: `4.2.1 (compatible; Iceshrimp ${config.version})`,
|
||||||
urls: {
|
urls: {
|
||||||
streaming_api: `${config.url.replace(/^http(?=s?:\/\/)/, "ws")}`,
|
streaming_api: `${config.url.replace(/^http(?=s?:\/\/)/, "ws")}`,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue