matrix-dart-sdk/lib/src
Nicolas Werner 47c54cb397
fix: mark DMs as DMs properly when joining
If we join first, it is possible that our member event is not the invite
event anymore. As such we should fetch that state first, before joining.
But also there is little reason not to mark the room as a DM
immediately. That prevents the room from temporarily becoming a group
room, that might be visible in the UI temporarily.

fixes https://gitlab.com/famedly/company/product-management/-/issues/1006
2023-05-09 16:09:01 +02:00
..
database fix: cast issues in getEventList 2023-05-05 19:31:08 +05:30
models feat: Support private read receipts 2023-04-21 18:31:15 +02:00
utils fix: Skip rules with unknown conditions 2023-04-26 19:00:24 +02:00
voip Merge branch 'td/singleShotSyncBeforeStaleChecker' into 'main' 2023-05-03 06:35:56 +00:00
client.dart feat: Support private read receipts 2023-04-21 18:31:15 +02:00
event.dart feat: Support private read receipts 2023-04-21 18:31:15 +02:00
event_status.dart refactor: Change event status to enum 2021-10-14 13:31:07 +00:00
presence.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
room.dart fix: mark DMs as DMs properly when joining 2023-05-09 16:09:01 +02:00
timeline.dart refactor: Make optional eventId a named parameter 2023-04-28 10:03:04 +02:00
user.dart fix: Use MatrixLocalizations to calculate fallback user displayname 2023-03-13 15:49:05 +00:00