We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2b45a commit 665680eCopy full SHA for 665680e
packages/shared/src/store/activityActions.ts
@@ -135,6 +135,7 @@ export async function setDefaultNotificationLevel(
135
export async function advanceActivitySeenMarker(timestamp: number) {
136
const settings = await db.getSettings();
137
const existingMarker = settings?.activitySeenTimestamp ?? 1;
138
+ const currentUserId = await api.getCurrentUserId();
139
const base = await db.getBaseUnread(currentUserId);
140
if (base) {
141
await db.insertBaseUnread({
0 commit comments