Remove filter for poll.end events

This commit is contained in:
Alfonso Grillo
2022-12-28 15:02:32 +01:00
parent 9892fbfd70
commit 96fca04471
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;