remotes/1693045480750635534/spooky-22
Aevann1 2021-08-25 19:42:35 +02:00
parent ecadd159f5
commit c40135b39e
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ def api_comment(v):
notify_users = set()
for x in g.db.query(Subscription.user_id).filter_by(submission_id=c.parent_submission).all():
notify_users.add(x)
notify_users.add(x[0])
if parent.author.id != v.id: notify_users.add(parent.author.id)