matrix-rust-sdk icon indicating copy to clipboard operation
matrix-rust-sdk copied to clipboard

Sliding Sync timeline events and extensions

Open gnunicorn opened this issue 3 years ago • 2 comments

  • [x] general extensions framework
    • [x] still needs a ruma patch to complete first, refs https://github.com/ruma/ruma/pull/1273
  • [x] E2EE Extension support
  • [x] ToDevice Extension support
  • [x] AccountData Extension support
  • [x] Timeline events support

refs #1014

gnunicorn avatar Sep 19 '22 15:09 gnunicorn

I have just released ruma 0.7.4 with the sliding sync changes.

jplatte avatar Sep 21 '22 16:09 jplatte

Codecov Report

Base: 73.17% // Head: 73.17% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (773b587) compared to base (9de98df). Patch coverage: 80.55% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1054   +/-   ##
=======================================
  Coverage   73.17%   73.17%           
=======================================
  Files         110      110           
  Lines       12256    12265    +9     
=======================================
+ Hits         8968     8975    +7     
- Misses       3288     3290    +2     
Impacted Files Coverage Δ
...es/matrix-sdk-common/src/deserialized_responses.rs 62.16% <ø> (ø)
crates/matrix-sdk/src/sliding_sync.rs 0.00% <0.00%> (ø)
crates/matrix-sdk-base/src/client.rs 77.33% <88.46%> (+0.30%) :arrow_up:
crates/matrix-sdk-crypto/src/machine.rs 66.83% <100.00%> (-0.18%) :arrow_down:
crates/matrix-sdk/src/sync.rs 71.42% <100.00%> (+2.46%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Sep 22 '22 13:09 codecov[bot]

Seems like the proxy has an issue with one-time key counts, opened https://github.com/matrix-org/sliding-sync/issues/52 for that.

poljar avatar Oct 18 '22 14:10 poljar

And another, rather critical issue: https://github.com/matrix-org/sliding-sync/issues/53

poljar avatar Oct 18 '22 16:10 poljar