Merge branch 'krille/fix-tap-to-read' into 'main'
fix: Send read receipts on all taps See merge request famedly/fluffychat!773
This commit is contained in:
commit
2d29645352
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue