diff options
author | lain <lain@soykaf.club> | 2019-05-03 13:40:43 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-05-03 13:40:43 +0200 |
commit | a0c755cc4ac3af7ddb7e8fe91fcfc1bae9750e9b (patch) | |
tree | f5b9fdce371293f01708759643a91e8ed013a55a /lib | |
parent | 81d1aa424d65b364ec8f2aee45247e7d95e3f255 (diff) | |
download | pleroma-a0c755cc4ac3af7ddb7e8fe91fcfc1bae9750e9b.tar.gz |
MastodonApi: Bump 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 aa3f46482..754946624 100644 --- a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex +++ b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex @@ -159,7 +159,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do end end - @mastodon_api_level "2.5.0" + @mastodon_api_level "2.6.5" def masto_instance(conn, _params) do instance = Config.get(:instance) |