mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-12 10:42:35 +01:00
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')
|
e.type != 'm.reaction')
|
||||||
.toList();
|
.toList();
|
||||||
|
|
||||||
if (filteredEvents.isEmpty) return Container();
|
|
||||||
|
|
||||||
return ListView.builder(
|
return ListView.builder(
|
||||||
padding: EdgeInsets.symmetric(
|
padding: EdgeInsets.symmetric(
|
||||||
horizontal: max(
|
horizontal: max(
|
||||||
|
Loading…
Reference in New Issue
Block a user