mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
refactor(federation): 🔥 Remove 0.3.1 from list of supported versions
This commit is contained in:
parent
60ca66395c
commit
9a917e2801
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue