-
Notifications
You must be signed in to change notification settings - Fork 270
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
timeline: introduce a Send Queue API #3361
Comments
This was referenced May 17, 2024
related #3152 |
Ah thanks, this issue subsumes that one 👍 |
This was referenced May 31, 2024
This was referenced Jun 10, 2024
This was referenced Jun 19, 2024
bnjbvr
added a commit
to ruma/ruma
that referenced
this issue
Jun 24, 2024
This allows deserializing all the `*EventContent` types into a parent `Any{...}EventContent`, assuming we know the type of the underlying event. Required for serializing/deserializing the content of events we'd like to send, across application restarts, as in matrix-org/matrix-rust-sdk#3361 for the Rust SDK. --- * events: add deserialize_with_type to all the *EventContent types * events: add smoke test for deserializing an event content with a type * events: add a test for deserializing a secret storage key event content * events: add fix for correctly matching events with a type fragment * Address review comments.
bnjbvr
added a commit
that referenced
this issue
Jun 24, 2024
bnjbvr
added a commit
that referenced
this issue
Jun 25, 2024
bnjbvr
added a commit
that referenced
this issue
Jun 25, 2024
This was referenced Jun 25, 2024
This was referenced Jul 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
*EventContent
types serializable and deserializable with a type (PR)The text was updated successfully, but these errors were encountered: