Hide profile bio of accounts in kid mode

They cannot set it anyway, except if they did it before switching to kid mode.
pull/9946/head
kraktus 2021-10-09 22:01:26 +02:00 committed by Thibault Duplessis
parent bb5a7e1ca0
commit 1857cdd9b7
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ object header {
trans.thisAccountViolatedTos()
)
),
ctx.noKid && !hideTroll option frag(
ctx.noKid && !hideTroll && !u.kid option frag(
profile.nonEmptyRealName map { name =>
strong(cls := "name")(name)
},