logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: c1ae35ff2c4620cb6958d0c6910c79ed17f62db9
parent 249fe88d12345c1c93f1812871cd70424b9e9a0d
Author: marcin mikołajczak <git@mkljczk.pl>
Date:   Tue, 25 Jan 2022 17:04:41 +0100

Fix show_birthday

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>

Diffstat:

Mlib/pleroma/web/mastodon_api/views/account_view.ex1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/lib/pleroma/web/mastodon_api/views/account_view.ex b/lib/pleroma/web/mastodon_api/views/account_view.ex @@ -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])