Skip to content
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

[Task] Add a method to resolve send failures due to an identity change and retry sending. #3839

Closed
pixlwave opened this issue Aug 13, 2024 · 0 comments · Fixed by #3909
Closed

Comments

@pixlwave
Copy link
Member

Part of element-hq/element-meta#2500 and likely requires #3837

Once the error is surface from #3793 we need a way to allow a user to resolve the error and retry sending. This can be done in the following way:

For "verification violation" there is a new UserIdentity::withdraw_verification that you can call, then retry sending. (you can also blacklist if you prefer via Device::set_local_trust)
⁦And same the error gaves you all the problematic user_id, so you can just iterate, withdraw_verification then resend

@pixlwave pixlwave changed the title [Task] Add a timeline method to resolve send failures due to an identity change and retry sending. [Task] Add a timeline to resolve send failures due to an identity change and retry sending. Aug 13, 2024
@pixlwave pixlwave changed the title [Task] Add a timeline to resolve send failures due to an identity change and retry sending. [Task] Add a method to resolve send failures due to an identity change and retry sending. Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant