mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user