aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-05-03 13:40:43 +0200
committerlain <lain@soykaf.club>2019-05-03 13:40:43 +0200
commita0c755cc4ac3af7ddb7e8fe91fcfc1bae9750e9b (patch)
treef5b9fdce371293f01708759643a91e8ed013a55a
parent81d1aa424d65b364ec8f2aee45247e7d95e3f255 (diff)
downloadpleroma-a0c755cc4ac3af7ddb7e8fe91fcfc1bae9750e9b.tar.gz
MastodonApi: Bump api level.
-rw-r--r--lib/pleroma/web/mastodon_api/mastodon_api_controller.ex2
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)