matrix-dart-sdk/lib
Nicolas Werner cce3646339
fix: startDirectChat might return an unjoined room
If you create DM room, but the other party doesn't join it, they might
be unable to create a new DM using startDirectChat. Since creating a new
DM is pretty much the same as joining the invite, we try to join the
pending DM invite first and fall back to creating a new room if that
fails.
2023-09-04 13:27:55 +02:00
..
encryption feat: Upload keys on OKB reset 2023-07-31 17:31:04 +02:00
msc_extensions refactor: Use tryGet for type casts whenever possible 2023-06-21 15:04:46 +02:00
src fix: startDirectChat might return an unjoined room 2023-09-04 13:27:55 +02:00
encryption.dart refactor: nullsafe encryption 2021-09-30 12:58:37 +00:00
matrix.dart feat: Support private read receipts 2023-04-21 18:31:15 +02:00