change wording

master
Aevann1 2022-09-24 02:00:43 +02:00
parent b0d1b1f157
commit 13f84a778e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ def clear(v):
v.last_viewed_post_notifs = int(time.time())
v.last_viewed_log_notifs = int(time.time())
g.db.add(v)
return {"message": "Notifications cleared!"}
return {"message": "Notifications marked as read!"}
@app.get("/unread")