remotes/1693045480750635534/spooky-22
Aevann1 2021-09-24 05:02:14 +02:00
parent 17c51b1ad0
commit ccd818bb03
1 changed files with 3 additions and 1 deletions

View File

@ -283,8 +283,10 @@ class Comment(Base):
body = self.body_html
if not body: return ""
if not v or v.slurreplacer:
for s,r in SLURS.items(): body = body.replace(s, r)
for s, r in SLURS.items(): body = body.replace(s, r)
if v and not v.oldreddit: body = body.replace("old.reddit.com", "reddit.com")