Cleanup code

This commit is contained in:
Alfonso Grillo
2022-12-29 17:38:09 +01:00
parent 4bc37ba146
commit 8596b36257
8 changed files with 20 additions and 11 deletions
@@ -2881,11 +2881,7 @@ typedef NS_ENUM (NSUInteger, MXKRoomDataSourceError) {
return NO;
}
if (event.eventType == MXEventTypePollStart) {
return YES;
}
if (event.eventType == MXEventTypePollEnd) {
if (event.isTimelinePollEvent) {
return YES;
}