fix: message request banner shows again

This commit is contained in:
0x330a
2023-06-30 16:35:40 +10:00
parent 21e747ee99
commit c2763de664
2 changed files with 3 additions and 5 deletions

View File

@@ -212,7 +212,6 @@ class BatchMessageReceiveJob(
}
}
}
if (threadId == NO_THREAD_MAPPING) return@async
// increment unreads, notify, and update thread
// last seen will be the current last seen if not changed (re-computes the read counts for thread record)
// might have been updated from a different thread at this point