feat: Add read marker
This commit is contained in:
parent
c960f3ca41
commit
d630238142
7 changed files with 29 additions and 6 deletions
|
|
@ -53,6 +53,8 @@ class ChatController extends State<Chat> {
|
|||
|
||||
MatrixState? matrix;
|
||||
|
||||
String? readMarkerEventId;
|
||||
|
||||
String? get roomId => context.vRouter.pathParameters['roomid'];
|
||||
|
||||
final AutoScrollController scrollController = AutoScrollController();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue