feat: Add read marker

This commit is contained in:
Krille 2023-03-23 15:02:32 +01:00
commit d630238142
7 changed files with 29 additions and 6 deletions

View file

@ -53,6 +53,8 @@ class ChatController extends State<Chat> {
MatrixState? matrix;
String? readMarkerEventId;
String? get roomId => context.vRouter.pathParameters['roomid'];
final AutoScrollController scrollController = AutoScrollController();