mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 06:52:35 +01:00
fix: Send read receipts on all taps
This commit is contained in:
parent
85c1710ae3
commit
86d02b90ab
@ -162,6 +162,7 @@ class ChatView extends StatelessWidget {
|
||||
},
|
||||
child: GestureDetector(
|
||||
onTapDown: controller.setReadMarker,
|
||||
behavior: HitTestBehavior.opaque,
|
||||
child: StreamBuilder(
|
||||
stream: controller.room!.onUpdate.stream
|
||||
.rateLimit(const Duration(milliseconds: 250)),
|
||||
|
Loading…
Reference in New Issue
Block a user