This commit is contained in:
Aevann1 2021-11-04 19:37:44 +02:00
parent 43086151c5
commit 9509d89c73

View file

@ -246,7 +246,7 @@ def message2(v, username):
parent_submission=None,
level=1,
sentto=user.id,
body=text,
body=message,
body_html=text_html,
)
g.db.add(new_comment)