Read markers should be synchronised across clients

- Support jump to the last unread message.

vector-im/riot-meta#8
This commit is contained in:
Giom Foret
2017-06-06 10:53:17 +02:00
parent c2b62a3ea4
commit 61a087c7cb
6 changed files with 57 additions and 19 deletions
+1
View File
@@ -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;