Merge branch 'birth-dates' into 'develop'
Fix show_birthday See merge request pleroma/pleroma!3621
This commit is contained in:
commit
99e9c2c668
2 changed files with 35 additions and 4 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue