fsd
This commit is contained in:
parent
b30567affb
commit
3ca087239d
7 changed files with 21 additions and 5 deletions
|
@ -13,6 +13,9 @@ def create_comment(text_html, autojanny=False):
|
|||
distinguish_level=6)
|
||||
g.db.add(new_comment)
|
||||
g.db.flush()
|
||||
|
||||
new_comment.top_comment_id = new_comment.id
|
||||
|
||||
return new_comment.id
|
||||
|
||||
def send_repeatable_notification(uid, text, autojanny=False):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue