fdsfds
This commit is contained in:
parent
e0a5835a58
commit
774b063dc4
9 changed files with 1072 additions and 706 deletions
|
@ -361,7 +361,7 @@ def api_comment(v):
|
|||
|
||||
|
||||
|
||||
c_jannied = Comment(author_id=AUTOJANNY_ID,
|
||||
c_jannied = Comment(author_id=NOTIFICATIONS_ID,
|
||||
parent_submission=parent_submission,
|
||||
distinguish_level=6,
|
||||
parent_comment_id=c.id,
|
||||
|
@ -394,7 +394,7 @@ def api_comment(v):
|
|||
|
||||
|
||||
|
||||
c_jannied = Comment(author_id=AUTOJANNY_ID,
|
||||
c_jannied = Comment(author_id=NOTIFICATIONS_ID,
|
||||
parent_submission=parent_submission,
|
||||
distinguish_level=6,
|
||||
parent_comment_id=c.id,
|
||||
|
@ -743,7 +743,7 @@ def edit_comment(cid, v):
|
|||
|
||||
|
||||
|
||||
c_jannied = Comment(author_id=AUTOJANNY_ID,
|
||||
c_jannied = Comment(author_id=NOTIFICATIONS_ID,
|
||||
parent_submission=c.parent_submission,
|
||||
distinguish_level=6,
|
||||
parent_comment_id=c.id,
|
||||
|
@ -777,7 +777,7 @@ def edit_comment(cid, v):
|
|||
|
||||
|
||||
|
||||
c_jannied = Comment(author_id=AUTOJANNY_ID,
|
||||
c_jannied = Comment(author_id=NOTIFICATIONS_ID,
|
||||
parent_submission=c.parent_submission,
|
||||
distinguish_level=6,
|
||||
parent_comment_id=c.id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue