-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sometimes the sending device doesn't seem to know about some recipients in the room #3846
Comments
It would be tempting to blame this on federation-style problems like matrix-org/synapse#1953, except that I've seen this between two users on the same HS (https://github.com/matrix-org/riot-web-rageshakes/issues/73). It could be the client getting the room state out-of-sync due to rollback on state resolution, but it seems to affect IOW: currently I'm mystified. |
https://github.com/matrix-org/riot-web-rageshakes/issues/35 is another instance of a sender not knowing DatseMultimedia was a member - in that case the sender was on android, |
@richvdh I've added fairly arbitrary priority/severity - feel free to adjust if you see fit :) |
https://github.com/matrix-org/riot-android-rageshakes/issues/62 is DatseMultimedia failing to receive from zottel again |
https://github.com/matrix-org/riot-web-rageshakes/issues/130 shows @uhoreg:matrix.org failing to receive from A thought: perhaps we could include a list of "users we know about" when sending the megolm events, so that we can double-check it on the server side. |
element-hq/riot-android#1507 is |
I suspect matrix-org/synapse#2418 is a cause of a bunch of these, though it doesn't explain all of them. |
worth noting that matrix-org/synapse#2418 is now fixed. i personally haven't spotted this one in my UISI voyages; i wonder if the remainder are state resets... |
It doesn't require a full-on state reset for a client's list of room members to get out of sync with the server's, because normal state resolution can lead to divergence between server and client, as per https://github.com/matrix-org/synapse/issues/2735. Anyway, yes, any remaining cases of this are probably an artifact of https://github.com/matrix-org/synapse/issues/2735, but should we keep this open to track it from the client side (with potential workarounds such as that mentioned in #3846 (comment)) ? |
From memory, I think https://github.com/matrix-org/riot-web-rageshakes/issues/1973 and https://github.com/matrix-org/riot-web-rageshakes/issues/1974 is an instance of this (where Vincent's client didn't encrypt for Valere at all, despite being in the same room) |
for more details on this, see #11502 |
see also: #14929 |
Backlog Triage: |
I don't think this issue is providing any value nowadays. It doesn't seem to have identified any consistent pattern, and if we had similar problems nowadays we'd probably investigate from first principles. Closing accordingly. |
... which obviously leads to UISIs. That's recipient users, not devices
The text was updated successfully, but these errors were encountered: