merged element-ios 1.10.5 into 4409_basis_update_1_10_5

This commit is contained in:
Arnfried Griesert
2023-03-16 12:19:26 +01:00
168 changed files with 2451 additions and 850 deletions
@@ -1072,6 +1072,15 @@ NSString *const URLPreviewDidUpdateNotification = @"URLPreviewDidUpdateNotificat
// We do not want to merge room create event cells with other cell types
return NO;
}
if (self.tag == RoomBubbleCellDataTagPoll) {
MXEvent* event = self.events.firstObject;
if (event) {
// m.poll.ended events should always show the sender information
return event.eventType != MXEventTypePollEnd;
}
}
if (self.hasThreadRoot || bubbleCellData.hasThreadRoot)
{