Update changelog
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
c180f9276f
commit
74cf0f0355
2 changed files with 4 additions and 0 deletions
|
|
@ -442,6 +442,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do
|
|||
defp maybe_hide_birth_date(data, %User{hide_birth_date: true}, _) do
|
||||
data
|
||||
|> Kernel.pop_in([:pleroma, :birth_date])
|
||||
|> elem(1)
|
||||
|> Kernel.pop_in([:pleroma, :hide_birth_date])
|
||||
|> elem(1)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue