change: requestHistoryOnLimitedTimeline by default false
This commit is contained in:
parent
6badbc327e
commit
7b29563caa
|
|
@ -124,7 +124,7 @@ class Client extends MatrixApi {
|
|||
this.roomPreviewLastEvents,
|
||||
this.pinUnreadRooms = false,
|
||||
this.sendMessageTimeoutSeconds = 60,
|
||||
this.requestHistoryOnLimitedTimeline = true,
|
||||
this.requestHistoryOnLimitedTimeline = false,
|
||||
this.supportedLoginTypes,
|
||||
@deprecated bool debug,
|
||||
}) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue