MESSENGER_2910 readd antivirus protection

This commit is contained in:
Frank Rotermund
2022-05-04 08:08:29 +02:00
parent 3736b88141
commit 1f78725717
@@ -246,7 +246,6 @@ const CGFloat kTypingCellHeight = 24;
[self.roomDataSourceDelegate roomDataSourceDidUpdateEncryptionTrustLevel:self];
}
/* $$$
- (NSArray *)attachmentsWithThumbnail
{
NSMutableArray *attachments = [NSMutableArray array];
@@ -281,12 +280,6 @@ const CGFloat kTypingCellHeight = 24;
return attachments;
}
- (void)roomDidSet
{
[self enableRoomCreationIntroCellDisplayIfNeeded];
}
*/
- (BOOL)shouldQueueEventForProcessing:(MXEvent *)event roomState:(MXRoomState *)roomState direction:(MXTimelineDirection)direction
{
if (self.threadId)