forked from MarseyWorld/MarseyWorld
testing on deux
parent
b59b8e49a0
commit
4dc3c2d416
|
@ -560,6 +560,7 @@ def api_comment(v):
|
|||
notify_users.add(parent.author.id)
|
||||
|
||||
for x in notify_users-bots:
|
||||
if v.id == 1: print(x, flush=True)
|
||||
n = Notification(comment_id=c.id, user_id=x)
|
||||
g.db.add(n)
|
||||
|
||||
|
|
Loading…
Reference in New Issue