fds
This commit is contained in:
parent
73797d5b1d
commit
caed0f47a5
1 changed files with 3 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue