ephemeraHQ / converse-app

https://converse.xyz
MIT License
40 stars 3 forks source link

LibXMTP.GenericError: GroupError(message: "Group error: Errors occurred during sync [UpdateGroupMembership(GroupStateEr... #679

Open sentry-io[bot] opened 1 week ago

sentry-io[bot] commented 1 week ago

Sentry Issue: CONVERSE-REACT-NATIVE-17B

LibXMTP.GenericError: GroupError(message: "Group error: Errors occurred during sync [UpdateGroupMembership(GroupStateError(UseAfterEviction))]") (Code: 4)
nplasterer commented 1 week ago

From the engineering discussion this likely happens when a user revokes there other installations. When a use reopens a phone with that revoked installation the push notification has not unsubscribed from that installation which would cause this error. Low priority but we should do a better job of unsubscribing installations from push notifications.