Fix reactions layout

This commit is contained in:
Alfonso Grillo
2022-12-29 17:17:57 +01:00
parent d0ed463966
commit 4bc37ba146
2 changed files with 5 additions and 1 deletions
@@ -2885,6 +2885,10 @@ typedef NS_ENUM (NSUInteger, MXKRoomDataSourceError) {
return YES;
}
if (event.eventType == MXEventTypePollEnd) {
return YES;
}
// Specific case for voice broadcast event
if (event.eventType == MXEventTypeCustom &&
[event.type isEqualToString:VoiceBroadcastSettings.voiceBroadcastInfoContentKeyType]) {