SHA256
Improve direct message history and SQLite resilience
This commit is contained in:
+1
-1
@@ -1203,7 +1203,7 @@ async function init() {
|
||||
}
|
||||
if (refBaseKey) {
|
||||
if (messageType === 3) {
|
||||
markOutgoingReadByBaseKey(refBaseKey);
|
||||
markOutgoingReadByBaseKey(refBaseKey, Number(parsed.timeMs || 0));
|
||||
} else {
|
||||
if (markIncomingReadByBaseKey(refBaseKey)) {
|
||||
shouldRefreshToolbarUnread = true;
|
||||
|
||||
Reference in New Issue
Block a user