mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Room preview on a long press should not update the read receipt (#6027)
- Done
This commit is contained in:
@@ -5569,6 +5569,15 @@ static CGSize kThreadListBarButtonItemImageSize;
|
||||
continueBlock(threadDataSource, YES);
|
||||
}];
|
||||
}
|
||||
else if (self.isContextPreview)
|
||||
{
|
||||
[RoomPreviewDataSource loadRoomDataSourceWithRoomId:self.roomDataSource.roomId
|
||||
andMatrixSession:self.mainSession
|
||||
onComplete:^(RoomPreviewDataSource *roomDataSource)
|
||||
{
|
||||
continueBlock(roomDataSource, YES);
|
||||
}];
|
||||
}
|
||||
else
|
||||
{
|
||||
// Switch back to the room live timeline managed by MXKRoomDataSourceManager
|
||||
|
||||
Reference in New Issue
Block a user