Implement #380: remove signatures feature.

This commit is contained in:
TLSM 2022-11-06 17:08:48 -05:00
parent cc27f00124
commit a9b26caea2
No known key found for this signature in database
GPG key ID: E745A82778055C7E
9 changed files with 32 additions and 94 deletions

View file

@ -375,9 +375,6 @@ class Comment(Base):
g.db.add(self)
g.db.commit()
if self.author.sig_html and (self.author_id == MOOSE_ID or (not self.ghost and not (v and v.sigs_disabled))):
body += f"<hr>{self.author.sig_html}"
return body
def plainbody(self, v):