matrix-org / matrix-rust-sdk

Matrix Client-Server SDK for Rust
Apache License 2.0
1.26k stars 252 forks source link

chore(ruma): Update Ruma to support negative `bump_stamp` #4026

Closed Hywan closed 1 month ago

Hywan commented 1 month ago

Blocked by https://github.com/ruma/ruma/pull/1912.

This is a draft patch to check we can support negative bump_stamp from Synapse.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.24%. Comparing base (2a03de3) to head (f6ba95d). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4026 +/- ## ======================================= Coverage 84.23% 84.24% ======================================= Files 266 266 Lines 28349 28349 ======================================= + Hits 23881 23882 +1 + Misses 4468 4467 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Hywan commented 1 month ago

I believe the homeserver must fix the issue instead :-).

Hywan commented 1 month ago

Fixed in Synapse, https://github.com/element-hq/synapse/pull/17748.