You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
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:
The text was updated successfully, but these errors were encountered: