forked from MarseyWorld/MarseyWorld
snned
parent
9c773b02a5
commit
7cb4740426
|
@ -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:')
|
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
|
return title
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in New Issue