Fix show_birthday

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-01-25 17:04:41 +01:00
parent 249fe88d12
commit c1ae35ff2c
1 changed files with 0 additions and 1 deletions

View File

@ -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])