Bump Mastodon API level

This commit is contained in:
Mark Felder 2019-05-13 15:52:16 -05:00
parent a0ec7326f9
commit bbacdf2352
1 changed files with 1 additions and 1 deletions

View File

@ -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)