diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-06-04 17:44:08 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-06-23 16:12:57 +0200 |
commit | 359093d73b12ce5a0ade81f167d54ffd3e38d7d4 (patch) | |
tree | d7e6406478169f41095872fd7aaf208ef73fe171 /lib/pleroma/web/mastodon_api/mastodon_api_controller.ex | |
parent | c45133377ae757f7dfa9eec0a3bed4b3feb60b93 (diff) | |
download | pleroma-359093d73b12ce5a0ade81f167d54ffd3e38d7d4.tar.gz |
Fake 2.4.0 API
Diffstat (limited to 'lib/pleroma/web/mastodon_api/mastodon_api_controller.ex')
-rw-r--r-- | lib/pleroma/web/mastodon_api/mastodon_api_controller.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex index 8a8d1e050..a42f341c2 100644 --- a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex +++ b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex @@ -812,6 +812,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do boost_modal: false, delete_modal: true, auto_play_gif: false, + display_sensitive_media: false, reduce_motion: false }, compose: %{ |