File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
lib/chat/chat_room/common/view Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import '../../../events/view/chat_event_tile.dart';
1414import '../../../settings/settings_model.dart' ;
1515import '../../titlebar/chat_room_title_bar.dart' ;
1616import '../timeline_model.dart' ;
17+ import 'chat_seen_by_indicator.dart' ;
1718
1819class ChatRoomTimelineList extends StatefulWidget
1920 with WatchItStatefulWidgetMixin {
@@ -115,6 +116,13 @@ class _ChatRoomTimelineListState extends State<ChatRoomTimelineList> {
115116 onReplyOriginClick: (event) => _jump (event),
116117 timeline: widget.timeline,
117118 ),
119+ if (i == 0 )
120+ ChatEventSeenByIndicator (
121+ key: ValueKey (
122+ '${event .eventId }${widget .timeline .events .length }' ,
123+ ),
124+ event: event,
125+ ),
118126 ],
119127 ),
120128 ),
You can’t perform that action at this time.
0 commit comments