forked from rDrama/rDrama
1
0
Fork 0
Aevann 2023-04-24 15:50:04 +02:00
parent 0b3ab02ee0
commit 938b9b66a8
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ def clear(v):
g.db.add(n)
v.last_viewed_post_notifs = int(time.time())
v.last_viewed_log_notifs = int(time.time())
v.last_viewed_reddit_notifs = int(time.time())
g.db.add(v)
return {"message": "Notifications marked as read!"}