1 Commits

2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
"escape-string-regexp": "^5.0.0",
"he": "^1.2.0",
"idb": "^8.0.3",
"marked": "^17.0.1",
"marked": "^18.0.9",
"mdui": "^2.1.4",
"motion": "^12.23.24",
"react": "^19.1.1",
+1 -1
View File
@@ -277,7 +277,7 @@ export async function markRead(id: number, authToken: string): Promise<void> {
await request({
type: "dmMarkRead",
credentials: { scheme: "Bearer", credentials: authToken },
data: { messageIds: [id] }
data: { id }
});
}