fix: Do not set read markers for sending events

pull/1815/head
Christian Kußowski 5 months ago
parent 816b753efb
commit ad8c0b266d
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -450,6 +450,7 @@ class ChatController extends State<ChatPageWithRoom>
Future<void>? _setReadMarkerFuture;
void setReadMarker({String? eventId}) {
if (eventId?.isValidMatrixId == false) return;
if (_setReadMarkerFuture != null) return;
if (_scrolledUp) return;
if (scrollUpBannerEventId != null) return;

Loading…
Cancel
Save