Closed Hywan closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.28%. Comparing base (
2532c52
) to head (e03f0e6
). Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This method is now private inside
matrix_sdk_ui
and removed frommatrix_sdk_ffi
. This method is returning a stream of rooms, but updates on rooms won't update the stream (only new rooms will be seen on the stream). Nobody uses it as far as I know, andentries_with_dynamic_adapters
is the real only API we want people to use.