Тестовая синхронизация внутри диалогов

This commit is contained in:
RoyceDa
2026-02-13 17:44:48 +02:00
parent 6a76061399
commit 40ff99e66d
2 changed files with 48 additions and 2 deletions

View File

@@ -445,7 +445,6 @@ export function useDialogFiber() {
return;
}
console.info("PACKED_READ_SYNC");
debugger;
await runQuery(`UPDATE messages SET read = 1 WHERE from_public_key = ? AND to_public_key = ? AND account = ?`,
[toPublicKey, fromPublicKey, publicKey]);