This commit is contained in:
Aevann1 2021-10-18 18:09:15 +02:00
parent ad396f1f29
commit 4d37d38763
2 changed files with 5 additions and 6 deletions

View file

@ -208,7 +208,6 @@ class Submission(Base):
if comment: self.__dict__["replies"] = [comment]
else: self.__dict__["replies"] = pinned_comment + index.get(self.fullname, [])
g.db.commit()
return render_template(template,
v=v,
p=self,