Damir Jelić
Damir Jelić
> > should ensure that at least one of `mac` or `mac2` is set > > If you need help with this, let me know. Otherwise I'll assume priorities have...
This crash seems to have been fixed with build 14742905 released on the 20th of June 2024: > Build ID: 14742905 > General > * Stability fixes to address crashes...
I don't have any plans to work on this myself, at least not for now. Contributions of course are always welcome.
A separate PR would have been preferred but at this point getting this over the finish line is more important.
> Also, is something up with the CI pipeline? I just realized it looks like it ran for the original PR, but it doesn't seem to have run for this...
> Any chance this PR might get merged soon? I was just trying to use the tantivy-py package and realized it's quite a bit behind the core Tantivy package, which...
SDK PR is here: https://github.com/matrix-org/matrix-rust-sdk/pull/3670
> Question: what should happen if the client already has a copy of the secure backup key? It is not obvious to me that we should delete the existing key...
You would, instead of using the memory store, use a temporary SQLite/IndexedDB store. There you would persist the to-device/next-batch token which would allow you to resume consuming to-device events once...
We're going to return a more sensible error once https://github.com/matrix-org/matrix-rust-sdk/pull/3250 is merged.