use develop branch of matrix-js-sdk

This commit is contained in:
Timo K.
2026-08-25 22:03:59 +02:00
parent 9999a755dd
commit f2ffb06f6c
4 changed files with 20 additions and 20 deletions

View File

@@ -238,7 +238,7 @@ export interface ConfigOptions {
* cost of rotating on every join/leave becomes prohibitive. At this limit the current key is
* kept and distributed to new joiners; no new keys are generated for joiners/leavers.
*
* Defaults to the js-sdk default (30).
* Defaults to the js-sdk default (undefined). Which means that rotation will always happen.
*/
key_rotation_participant_limit?: number;
};