suppress user update alert

This commit is contained in:
Michael Genson
2026-03-28 16:43:07 +00:00
parent 631c1ce736
commit 8aced42823

View File

@@ -56,6 +56,7 @@ async function setLastRead(key: string) {
...user,
lastReadAnnouncement: key,
},
{ suppressAlert: true },
);
}