diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-05-13 15:52:16 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-05-13 15:52:16 -0500 |
commit | bbacdf235299e0c26c61f9b4784d4638093be343 (patch) | |
tree | 8a2dd590e9914e6367faa5a4571f502d14b7dd6d /lib | |
parent | a0ec7326f9885eb571e06d24821c8e6c6df5f500 (diff) | |
download | pleroma-bbacdf235299e0c26c61f9b4784d4638093be343.tar.gz |
Bump Mastodon API level
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/mastodon_api/mastodon_api_controller.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex index defd88a44..87e597074 100644 --- a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex +++ b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex @@ -178,7 +178,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController 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) |