sdf
This commit is contained in:
parent
8345cc02e0
commit
920de902e8
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ def messagereply(v):
|
||||||
print(ids, flush=True)
|
print(ids, flush=True)
|
||||||
notifications = g.db.query(Notification).filter(Notification.comment_id.in_(ids))
|
notifications = g.db.query(Notification).filter(Notification.comment_id.in_(ids))
|
||||||
for n in notifications:
|
for n in notifications:
|
||||||
print(n.id, flush=True)
|
print(n.comment_id, flush=True)
|
||||||
g.db.delete(n)
|
g.db.delete(n)
|
||||||
|
|
||||||
admins = g.db.query(User).filter(User.admin_level > 2, User.id != v.id).all()
|
admins = g.db.query(User).filter(User.admin_level > 2, User.id != v.id).all()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue