Cleanup code

This commit is contained in:
Alfonso Grillo
2022-12-29 17:38:09 +01:00
parent 64f904f8dd
commit 43d4ceb101
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;
}