feat: Add read marker
This commit is contained in:
parent
c960f3ca41
commit
d630238142
7 changed files with 29 additions and 6 deletions
|
|
@ -143,6 +143,7 @@ class ChatView extends StatelessWidget {
|
|||
final client = controller.matrix!.client;
|
||||
controller.sendingClient ??= client;
|
||||
controller.room = controller.sendingClient!.getRoomById(controller.roomId!);
|
||||
controller.readMarkerEventId ??= controller.room!.fullyRead;
|
||||
if (controller.room == null) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue