mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
refactor(federation): 🔥 Remove 0.3.1 from list of supported versions
This commit is contained in:
parent
60ca66395c
commit
9a917e2801
|
|
@ -22,7 +22,7 @@ export default apiRoute((app) =>
|
||||||
type: "InstanceMetadata",
|
type: "InstanceMetadata",
|
||||||
compatibility: {
|
compatibility: {
|
||||||
extensions: ["pub.versia:custom_emojis"],
|
extensions: ["pub.versia:custom_emojis"],
|
||||||
versions: ["0.3.1", "0.4.0"],
|
versions: ["0.4.0"],
|
||||||
},
|
},
|
||||||
host: new URL(config.http.base_url).host,
|
host: new URL(config.http.base_url).host,
|
||||||
name: config.instance.name,
|
name: config.instance.name,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue