diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-09-20 16:48:12 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-09-20 16:48:12 +0200 |
commit | 40c51f118f463127b2538e04fe3b29f90f89055d (patch) | |
tree | f0d31e8c06c7627abdc4cd54f8f935a304622b7b | |
parent | f74725df41be8081e40d4c3ec5a3ba7ac27edf21 (diff) | |
download | pleroma-40c51f118f463127b2538e04fe3b29f90f89055d.tar.gz |
[Pleroma.Web.MastodonAPI.MastodonAPIController]: Bump mastodon_api_level to 2.5.0
-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 6054abc0d..3d292182d 100644 --- a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex +++ b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex @@ -125,7 +125,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do end @instance Application.get_env(:pleroma, :instance) - @mastodon_api_level "2.4.3" + @mastodon_api_level "2.5.0" def masto_instance(conn, _params) do response = %{ |