diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2022-01-25 17:10:40 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2022-01-25 17:34:36 +0100 |
commit | ab12a05a432be549b02e3fd84e4e30680a89bbf9 (patch) | |
tree | 6e95bb44dfb03d58e5f83e9ca30ea62bafe2a769 /lib | |
parent | c1ae35ff2c4620cb6958d0c6910c79ed17f62db9 (diff) | |
download | pleroma-ab12a05a432be549b02e3fd84e4e30680a89bbf9.tar.gz pleroma-ab12a05a432be549b02e3fd84e4e30680a89bbf9.zip |
AccountView: Add test for show_birthday
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/mastodon_api/views/account_view.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/mastodon_api/views/account_view.ex b/lib/pleroma/web/mastodon_api/views/account_view.ex index 073fd2fb9..1d78ced19 100644 --- a/lib/pleroma/web/mastodon_api/views/account_view.ex +++ b/lib/pleroma/web/mastodon_api/views/account_view.ex @@ -297,7 +297,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do skip_thread_containment: user.skip_thread_containment, background_image: image_url(user.background) |> MediaProxy.url(), accepts_chat_messages: user.accepts_chat_messages, - favicon: favicon, + favicon: favicon } } |> maybe_put_role(user, opts[:for]) |