mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
MESSENGER_2910 readd antivirus protection
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user