famedly / matrix-dart-sdk

Matrix SDK written in pure Dart.
GNU Affero General Public License v3.0
58 stars 31 forks source link

fix: leave->invite in the same sync would hide the invite #1896

Closed nico-famedly closed 1 month ago

nico-famedly commented 1 month ago

Synapse includes the room in both sections if you have both an invite->leave and a leave->invite transition in one sync response. Transitions in the other order are only included once (in the leave section) it seems, so this should work correctly in all cases.

Fixes https://github.com/famedly/product-management/issues/2283

mErrenst commented 1 month ago

LGTM