Commit bb1eb0b
committed
fix: Don't emit MsgsNoticed when a message was seen on IMAP
`receive_imf` doesn't emit `MsgsNoticed` on receipt of an IMAP-seen message, so the code was
inconsistent. The easiest fix is to not emit `MsgsNoticed` when a message was seen on another
device, we don't want to emit `MsgsNoticed` if not all messages are seen, otherwise that removes
useful notifications from UIs and may lead to missing messages. Checking that all previous chat
messages are at least `InNoticed` looks complicated, let's not do this for now.1 parent fff4020 commit bb1eb0b
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1284 | 1284 | | |
1285 | 1285 | | |
1286 | 1286 | | |
1287 | | - | |
1288 | 1287 | | |
1289 | 1288 | | |
1290 | 1289 | | |
| |||
0 commit comments