fix: Request history on limited timeline
This commit is contained in:
parent
1154bc3606
commit
d362d6db23
|
|
@ -1347,7 +1347,7 @@ class Client extends MatrixApi {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (rooms[j].onUpdate != null) rooms[j].onUpdate.add(rooms[j].id);
|
if (rooms[j].onUpdate != null) rooms[j].onUpdate.add(rooms[j].id);
|
||||||
if (chatUpdate.limitedTimeline) {
|
if (chatUpdate.limitedTimeline && requestHistoryOnLimitedTimeline) {
|
||||||
Logs().v('Limited timeline for ${rooms[j].id} request history now');
|
Logs().v('Limited timeline for ${rooms[j].id} request history now');
|
||||||
runInRoot(rooms[j].requestHistory);
|
runInRoot(rooms[j].requestHistory);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue