Be serious about supported api versions
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
8952354711
commit
6da22b1d96
1 changed files with 2 additions and 3 deletions
|
@ -79,9 +79,8 @@ def render("show2.json", _) do
|
||||||
account: contact_account(Keyword.get(instance, :contact_username))
|
account: contact_account(Keyword.get(instance, :contact_username))
|
||||||
},
|
},
|
||||||
api_versions: %{
|
api_versions: %{
|
||||||
"mastodon" => 2137,
|
"mastodon" => 0,
|
||||||
"social.pleroma" => 420,
|
"pl.mkljczk.pl" => 1
|
||||||
"pl.mkljczk.pl" => 69
|
|
||||||
},
|
},
|
||||||
# Extra (not present in Mastodon):
|
# Extra (not present in Mastodon):
|
||||||
pleroma: pleroma_configuration2(instance)
|
pleroma: pleroma_configuration2(instance)
|
||||||
|
|
Loading…
Reference in a new issue