fix: Allow requesting past messages if all events in the current timeline are filtered
This commit is contained in:
parent
4527ef94ff
commit
0f9ff4abda
|
@ -508,8 +508,6 @@ class _ChatState extends State<_Chat> {
|
|||
e.type != 'm.reaction')
|
||||
.toList();
|
||||
|
||||
if (filteredEvents.isEmpty) return Container();
|
||||
|
||||
return ListView.builder(
|
||||
padding: EdgeInsets.symmetric(
|
||||
horizontal: max(
|
||||
|
|
Loading…
Reference in a new issue