mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Crypto threading: Follow changes in the sdk
This commit is contained in:
@@ -45,8 +45,7 @@ NSString *const kRoomEncryptedDataBubbleCellTapOnEncryptionIcon = @"kRoomEncrypt
|
||||
}
|
||||
else
|
||||
{
|
||||
MXRoom *room = [session roomWithRoomId:event.roomId];
|
||||
MXDeviceInfo *deviceInfo = [room eventDeviceInfo:event];
|
||||
MXDeviceInfo *deviceInfo = [session.crypto eventDeviceInfo:event];
|
||||
|
||||
if (deviceInfo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user