diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-08-10 04:28:29 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-08-27 15:09:06 +0200 |
commit | d571a571fe969821923ea26c874c7cd77eec5465 (patch) | |
tree | 0a2614d851e2f4551a8f99811111d714b97fd42f | |
parent | 6e030129fb33926e6a5bd75c27af6f657f9da2a5 (diff) | |
download | pleroma-d571a571fe969821923ea26c874c7cd77eec5465.tar.gz pleroma-d571a571fe969821923ea26c874c7cd77eec5465.zip |
[Pleroma.Web.MastodonAPI.MastodonAPIController]: Bump mastodon_api_level to 2.4.3
-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 649ee033e..b930b002e 100644 --- a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex +++ b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex @@ -124,7 +124,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do end @instance Application.get_env(:pleroma, :instance) - @mastodon_api_level "2.3.3" + @mastodon_api_level "2.4.3" def masto_instance(conn, _params) do response = %{ |