change: requestHistoryOnLimitedTimeline by default false

This commit is contained in:
Christian Pauly 2021-01-21 12:17:30 +01:00
parent 6badbc327e
commit 7b29563caa
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}) {