forked from MarseyWorld/MarseyWorld
change wording
parent
b0d1b1f157
commit
13f84a778e
|
@ -14,7 +14,7 @@ def clear(v):
|
||||||
v.last_viewed_post_notifs = int(time.time())
|
v.last_viewed_post_notifs = int(time.time())
|
||||||
v.last_viewed_log_notifs = int(time.time())
|
v.last_viewed_log_notifs = int(time.time())
|
||||||
g.db.add(v)
|
g.db.add(v)
|
||||||
return {"message": "Notifications cleared!"}
|
return {"message": "Notifications marked as read!"}
|
||||||
|
|
||||||
|
|
||||||
@app.get("/unread")
|
@app.get("/unread")
|
||||||
|
|
Loading…
Reference in New Issue