forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-11-26 07:02:34 +02:00
parent 9c773b02a5
commit 7cb4740426
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