mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +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:
@@ -51,6 +51,8 @@
|
||||
|
||||
// Set bubble pagination
|
||||
self.bubblesPagination = MXKRoomDataSourceBubblesPaginationPerDay;
|
||||
|
||||
self.markTimelineInitialEvent = NO;
|
||||
}
|
||||
return self;
|
||||
}
|
||||
@@ -293,7 +295,7 @@
|
||||
}
|
||||
|
||||
// Manage initial event (case of permalink or search result)
|
||||
if (self.timeline.initialEventId)
|
||||
if (self.timeline.initialEventId && self.markTimelineInitialEvent)
|
||||
{
|
||||
// Check if the cell contains this initial event
|
||||
for (NSUInteger index = 0; index < bubbleComponents.count; index++)
|
||||
|
||||
Reference in New Issue
Block a user