This commit is contained in:
Aevann1 2021-10-13 17:17:52 +02:00
parent 9374336e44
commit 60e40ff2b3
4 changed files with 4 additions and 4 deletions

View file

@ -690,7 +690,7 @@ def submit_post(v):
c = Comment(author_id=AUTOPOLLER_ACCOUNT,
parent_submission=new_post.id,
level=1,
body=filter_title(option),
body_html=filter_title(option),
)
g.db.add(c)