Dont request history on chat open
This commit is contained in:
parent
c1c6659ce0
commit
2ce6ac6b95
|
@ -157,9 +157,6 @@ class _ChatState extends State<_Chat> {
|
|||
if (timeline.events.isNotEmpty) {
|
||||
unawaited(room.sendReadReceipt(timeline.events.first.eventId));
|
||||
}
|
||||
if (timeline.events.length < _loadHistoryCount) {
|
||||
requestHistory();
|
||||
}
|
||||
}
|
||||
updateView();
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue