pull/24/head
Aevann1 2022-11-26 07:02:34 +02:00 committed by geese_suck
parent 892e80b5aa
commit 6e81a94f55
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
1 changed files with 3 additions and 0 deletions

View File

@ -364,6 +364,9 @@ class Submission(Base):
title = censor_slurs(title, v).replace('<img loading="lazy" data-bs-toggle="tooltip" alt=":marseytrain:" title=":marseytrain:" src="/e/marseytrain.webp">', ':marseytrain:')
if v:
title = title.replace("!YOU!", v.username.lower())
return title
@property