Merge branch 'birth-dates' into 'develop'

Fix show_birthday

See merge request pleroma/pleroma!3621
This commit is contained in:
Alex Gleason 2022-01-25 16:59:07 +00:00
commit 99e9c2c668
2 changed files with 35 additions and 4 deletions

View file

@ -297,8 +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,
birthday: user.birthday
favicon: favicon
}
}
|> maybe_put_role(user, opts[:for])