diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2022-01-25 17:04:41 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2022-01-25 17:04:41 +0100 |
commit | c1ae35ff2c4620cb6958d0c6910c79ed17f62db9 (patch) | |
tree | 2fa3de171786990cef3c7294fb688ce7cd3362d1 | |
parent | 249fe88d12345c1c93f1812871cd70424b9e9a0d (diff) | |
download | pleroma-c1ae35ff2c4620cb6958d0c6910c79ed17f62db9.tar.gz |
Fix show_birthday
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
-rw-r--r-- | lib/pleroma/web/mastodon_api/views/account_view.ex | 1 |
1 files changed, 0 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 e73d03f06..073fd2fb9 100644 --- a/lib/pleroma/web/mastodon_api/views/account_view.ex +++ b/lib/pleroma/web/mastodon_api/views/account_view.ex @@ -298,7 +298,6 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do background_image: image_url(user.background) |> MediaProxy.url(), accepts_chat_messages: user.accepts_chat_messages, favicon: favicon, - birthday: user.birthday } } |> maybe_put_role(user, opts[:for]) |