Remove filter for poll.end events

This commit is contained in:
Alfonso Grillo
2022-12-28 15:02:32 +01:00
parent d3c3f65ca1
commit 562f36775d
2 changed files with 5 additions and 0 deletions
@@ -152,6 +152,7 @@ NSString *const URLPreviewDidUpdateNotification = @"URLPreviewDidUpdateNotificat
break;
}
case MXEventTypePollStart:
case MXEventTypePollEnd:
{
self.tag = RoomBubbleCellDataTagPoll;
self.collapsable = NO;