diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-04-04 09:07:25 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-04-04 09:07:25 +0200 |
commit | af0065a71feb470bd69bec36999bc40a662e3e83 (patch) | |
tree | df96750b386e39fd273280bfcc057257b1422d59 /lib | |
parent | 3f8be270c6682d14d60ba1071bf32d2ceffd6947 (diff) | |
download | pleroma-af0065a71feb470bd69bec36999bc40a662e3e83.tar.gz |
mastodon_api_controller.ex: Add pleroma-tan to initial_state
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/mastodon_api/mastodon_api_controller.ex | 3 |
1 files changed, 2 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 0de2cca4e..89fd7629a 100644 --- a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex +++ b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex @@ -1121,7 +1121,8 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do auto_play_gif: false, display_sensitive_media: false, reduce_motion: false, - max_toot_chars: limit + max_toot_chars: limit, + mascot: "/images/pleroma-fox-tan-smol.png" }, rights: %{ delete_others_notice: present?(user.info.is_moderator), |