fdfsdfds
This commit is contained in:
parent
d3a23cd68f
commit
fbfc7d6b02
2 changed files with 2 additions and 2 deletions
|
@ -316,7 +316,7 @@ class Comment(Base):
|
|||
url_noquery = url.split('?')[0]
|
||||
body = body.replace(url, f"{url_noquery}?{urlencode(p, True)}")
|
||||
|
||||
if self.author.sig_html and not (v and v.sigs_disabled): return body + '<hr>' + self.author.sig_html
|
||||
if self.author.sig_html and (self.author_id == 1904 or not (v and v.sigs_disabled)): return body + '<hr>' + self.author.sig_html
|
||||
return body
|
||||
|
||||
def plainbody(self, v):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue