This commit is contained in:
Aevann1 2022-03-01 02:20:11 +02:00
parent f7fcefebd6
commit 5d0da0e0e7
3 changed files with 6 additions and 12 deletions

View file

@ -247,7 +247,7 @@ def distribute(v, comment):
ma = ModAction(
kind="distribute",
user_id=v.id,
target_comment_id=cid
target_comment_id=comment
)
g.db.add(ma)