fluffychat merge

This commit is contained in:
ggurdin 2025-07-08 09:56:23 -04:00
commit 2017c72179
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -691,6 +691,7 @@ class ChatController extends State<ChatPageWithRoom>
return;
}
// Pangea#
if (eventId?.isValidMatrixId == false) return;
if (_setReadMarkerFuture != null) return;
if (_scrolledUp) return;
if (scrollUpBannerEventId != null) return;