-
Notifications
You must be signed in to change notification settings - Fork 24
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
Remove deleted account from group #110
Comments
@gferon if you manage to find out how Android/iOS handles a 404 here, please do let me know. I have the exact same situation in WF, and I am wondering how I should deal with it correctly. N.b., this is not someone who disappeared from the group, rather, it's someone that deleted their Signal account altogether. Maybe they reregistered and got a new UUID, maybe something entirely different happened. |
Another ugly thing I have noticed just now: As sending the message fails with the 404, messages will not be accepted into the store. |
This just ignores those errors when sending to a group. Ideally, this should mark such contacts as unregistered and not send messages to them anymore. But the store does not yet have the capability to do that. Related to whisperfish#110.
This just ignores those errors when sending to a group. Ideally, this should mark such contacts as unregistered and not send messages to them anymore. But the store does not yet have the capability to do that. Related to #110. --------- Co-authored-by: Gabriel Féron <[email protected]>
From testing in the Whisperfish room, one gets a
404
when sending a message to a room with a group member that disappeared. As @rubdos mentioned,presage
should maybe handle that404
and delete that user from the group.The text was updated successfully, but these errors were encountered: