forked from AkkomaGang/akkoma
Bump Mastodon API level
This commit is contained in:
parent
a0ec7326f9
commit
bbacdf2352
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ def user(%{assigns: %{user: for_user}} = conn, %{"id" => nickname_or_id}) do
|
|||
end
|
||||
end
|
||||
|
||||
@mastodon_api_level "2.6.5"
|
||||
@mastodon_api_level "2.7.2"
|
||||
|
||||
def masto_instance(conn, _params) do
|
||||
instance = Config.get(:instance)
|
||||
|
|
Loading…
Reference in a new issue