forked from AkkomaGang/akkoma
[Pleroma.Web.MastodonAPI.MastodonAPIController]: Bump mastodon_api_level to 2.5.0
This commit is contained in:
parent
f74725df41
commit
40c51f118f
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ def user(conn, %{"id" => id}) do
|
|||
end
|
||||
|
||||
@instance Application.get_env(:pleroma, :instance)
|
||||
@mastodon_api_level "2.4.3"
|
||||
@mastodon_api_level "2.5.0"
|
||||
|
||||
def masto_instance(conn, _params) do
|
||||
response = %{
|
||||
|
|
Loading…
Reference in a new issue