Skip to content

Commit

Permalink
Be serious about supported api versions
Browse files Browse the repository at this point in the history
Signed-off-by: marcin mikołajczak <[email protected]>
  • Loading branch information
mkljczk committed Nov 3, 2024
1 parent 8952354 commit 6da22b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/pleroma/web/mastodon_api/views/instance_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do
account: contact_account(Keyword.get(instance, :contact_username))
},
api_versions: %{
"mastodon" => 2137,
"social.pleroma" => 420,
"pl.mkljczk.pl" => 69
"mastodon" => 0,
"pl.mkljczk.pl" => 1
},
# Extra (not present in Mastodon):
pleroma: pleroma_configuration2(instance)
Expand Down

0 comments on commit 6da22b1

Please sign in to comment.