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