1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-06-15 23:01:41 +03:00
Commit Graph

4 Commits

Author SHA1 Message Date
c1b9e0f50b feat: Encryption manager just reshare on new joiner 2025-04-17 13:43:03 +02:00
b19c7a6a7f fix: ToDevice transport not setting the sent_ts 2025-04-11 15:02:45 +02:00
e3a3a52f2a Make logging consistent for matrixRTC (#4788)
* Consistent RTC logging

* tests: Add more RTC key transport tests

* test: improve rtc key room transport test

* fixup: missing mock

* rtc: more tests

* coverage trick

---------

Co-authored-by: Valere <bill.carson@valrsoft.com>
2025-04-10 15:51:16 +00:00
3f03c1da89 MatrixRTC: ToDevice distribution for media stream keys (#4785)
* MatrixRTC: ToDevice distribution for media stream keys

* test: Add RTC to device transport test

* lint

* fix key indexing

* fix indexing take two
 - use correct value for: `onEncryptionKeysChanged`
 - only update `latestGeneratedKeyIndex` for "this user" key

* test: add test for join config `useExperimentalToDeviceTransport`

* update test to fail without the fixed encryption key index

* review

* review (dave)

---------

Co-authored-by: Timo <toger5@hotmail.de>
2025-04-10 08:28:01 +00:00