Merge pull request #1837 from vector-im/fix_attachments_viewer

Render sticker events in the timeline
This commit is contained in:
giomfo
2018-04-11 16:42:37 +02:00
committed by GitHub
+5
View File
@@ -1951,6 +1951,11 @@
// Force table refresh
[self dataSource:self.roomDataSource didCellChange:nil];
}
else
{
// Keep default implementation
[super dataSource:dataSource didRecognizeAction:actionIdentifier inCell:cell userInfo:userInfo];
}
}
else if ([actionIdentifier isEqualToString:kRoomEncryptedDataBubbleCellTapOnEncryptionIcon])
{