mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Threads: added support to read receipts (MSC3771)
- Update after review
This commit is contained in:
@@ -2365,7 +2365,7 @@ typedef NS_ENUM (NSUInteger, MXKRoomDataSourceError) {
|
||||
MXKRoomBubbleCellData *cellData = [self cellDataOfEventWithEventId:eventId];
|
||||
if (cellData)
|
||||
{
|
||||
if (readThreadIds[i] == [NSNull null])
|
||||
if ([readThreadIds[i] isEqualToString:kMXEventUnthreaded])
|
||||
{
|
||||
// Unthreaded RR must be propagated through all threads.
|
||||
[self.mxSession.threadingService allThreadsInRoomWithId:self.roomId onlyParticipated:NO completion:^(NSArray<id<MXThreadProtocol>> *threads) {
|
||||
|
||||
Reference in New Issue
Block a user