Fix show_birthday
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
249fe88d12
commit
c1ae35ff2c
1 changed files with 0 additions and 1 deletions
|
@ -298,7 +298,6 @@ defp do_render("show.json", %{user: user} = opts) 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])
|
||||
|
|
Loading…
Reference in a new issue