Clarify some doc drift

This commit is contained in:
Jack Kingsman
2026-02-16 19:15:27 -08:00
parent 65b74b624b
commit 1a59eb89fa
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ async def mark_all_read() -> dict:
"""Mark all contacts and channels as read.
Updates last_read_at to current timestamp for all contacts and channels
in a single database transaction.
using two repository updates (same timestamp value across both tables).
"""
now = int(time.time())