mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
Read markers should be synchronised across clients
- Support jump to the last unread message. vector-im/riot-meta#8
This commit is contained in:
@@ -86,6 +86,7 @@
|
||||
// Create the room data source
|
||||
_roomDataSource = [[RoomDataSource alloc] initWithPeekingRoom:peekingRoom andInitialEventId:_eventId];
|
||||
[_roomDataSource finalizeInitialization];
|
||||
_roomDataSource.markTimelineInitialEvent = YES;
|
||||
|
||||
_roomName = peekingRoom.riotDisplayname;
|
||||
_roomAvatarUrl = peekingRoom.state.avatar;
|
||||
|
||||
Reference in New Issue
Block a user