We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CHANGELOG.md
1 parent bbe35e8 commit 73449f4Copy full SHA for 73449f4
crates/matrix-sdk/CHANGELOG.md
@@ -116,6 +116,10 @@ All notable changes to this project will be documented in this file.
116
117
### Bugfix
118
119
+- A new local `LatestEventValue` was always created as `LocalIsSending`. It
120
+ must be created as `LocalCannotBeSent` if a previous local `LatestEventValue`
121
+ exists and is `LocalCannotBeSent`.
122
+ ([#5908](https://github.com/matrix-org/matrix-rust-sdk/pull/5908))
123
- Switch QR login implementation from `std::time::Instant` to `ruma::time::Instant` which
124
is compatible with Wasm.
125
([#5889](https://github.com/matrix-org/matrix-rust-sdk/pull/5889))
0 commit comments