You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
Also support not lazy-loading members in Crypto
This commit is contained in:
@@ -3098,6 +3098,10 @@ MatrixClient.prototype.startClient = async function(opts) {
|
||||
}
|
||||
}
|
||||
|
||||
if (opts.lazyLoadMembers && this._crypto) {
|
||||
this._crypto.enableLazyLoading();
|
||||
}
|
||||
|
||||
opts.crypto = this._crypto;
|
||||
opts.canResetEntireTimeline = (roomId) => {
|
||||
if (!this._canResetTimelineCallback) {
|
||||
|
||||
Reference in New Issue
Block a user