-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Element-R: Wire up remaining bits of /sync response #24795
Closed
richvdh opened this issue
Mar 10, 2023
· 1 comment
· Fixed by matrix-org/matrix-js-sdk#3215 or matrix-org/matrix-js-sdk#3254
Closed
Element-R: Wire up remaining bits of /sync response #24795
richvdh opened this issue
Mar 10, 2023
· 1 comment
· Fixed by matrix-org/matrix-js-sdk#3215 or matrix-org/matrix-js-sdk#3254
Labels
A-E2EE
O-Frequent
Affects or can be seen by most users regularly or impacts most users' first experience
T-Enhancement
Team: Crypto
Comments
richvdh
added
A-E2EE
T-Enhancement
O-Frequent
Affects or can be seen by most users regularly or impacts most users' first experience
Team: Crypto
labels
Mar 10, 2023
Merged
3 tasks
Reopening this: matrix-org/matrix-js-sdk#3215 doesn't handle the device lists. |
Merged
3 tasks
su-ex
added a commit
to SchildiChat/matrix-js-sdk
that referenced
this issue
Apr 21, 2023
* Allow via_servers property in findPredecessor (update to MSC3946) ([\matrix-org#3240](matrix-org#3240)). Contributed by @andybalaam. * Fire `closed` event when IndexedDB closes unexpectedly ([\matrix-org#3218](matrix-org#3218)). * Implement MSC3952: intentional mentions ([\matrix-org#3092](matrix-org#3092)). Fixes element-hq/element-web#24376. * Send one time key count and unused fallback keys for rust-crypto ([\matrix-org#3215](matrix-org#3215)). Fixes element-hq/element-web#24795. Contributed by @florianduros. * Improve `processBeaconEvents` hotpath ([\matrix-org#3200](matrix-org#3200)). * Implement MSC3966: a push rule condition to check if an array contains a value ([\matrix-org#3180](matrix-org#3180)). * indexddb-local-backend - return the current sync to database promise … ([\matrix-org#3222](matrix-org#3222)). Contributed by @texuf. * Revert "Add the call object to Call events" ([\matrix-org#3236](matrix-org#3236)). * Handle group call redaction ([\matrix-org#3231](matrix-org#3231)). Fixes vector-im/voip-internal#128. * Stop doing O(n^2) work to find event's home (`eventShouldLiveIn`) ([\matrix-org#3227](matrix-org#3227)). Contributed by @jryans. * Fix bug where video would not unmute if it started muted ([\matrix-org#3213](matrix-org#3213)). Fixes element-hq/element-call#925. * Fixes to event encryption in the Rust Crypto implementation ([\matrix-org#3202](matrix-org#3202)).
su-ex
added a commit
to SchildiChat/matrix-js-sdk
that referenced
this issue
Apr 25, 2023
* Change `Store.save()` to return a `Promise` ([\matrix-org#3221](matrix-org#3221)). Contributed by @texuf. * Add typedoc-plugin-mdn-links ([\matrix-org#3292](matrix-org#3292)). * Annotate events with executed push rule ([\matrix-org#3284](matrix-org#3284)). Contributed by @kerryarchibald. * Element-R: pass device list change notifications into rust crypto-sdk ([\matrix-org#3254](matrix-org#3254)). Fixes element-hq/element-web#24795. Contributed by @florianduros. * Support for MSC3882 revision 1 ([\matrix-org#3228](matrix-org#3228)). Contributed by @hughns. * Fix screen sharing on Firefox 113 ([\matrix-org#3282](matrix-org#3282)). Contributed by @tulir. * Retry processing potential poll events after decryption ([\matrix-org#3246](matrix-org#3246)). Fixes element-hq/element-web#24568. * Element-R: handle events which arrive before their keys ([\matrix-org#3230](matrix-org#3230)). Fixes element-hq/element-web#24489.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-E2EE
O-Frequent
Affects or can be seen by most users regularly or impacts most users' first experience
T-Enhancement
Team: Crypto
Currently, when we get a
/sync
response back from the server, we only feed the to-device messages into the rustOlmMachine
. We also need to wire up:The text was updated successfully, but these errors were encountered: