mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 05:06:58 +02:00
Feature/4889 deactivate rust for prod
This commit is contained in:
committed by
Frank Rotermund
parent
fe6f9c5fb7
commit
a22c234e82
@@ -117,6 +117,12 @@
|
||||
|
||||
self.selectedRoom = [MXRoom loadRoomFromStore:fileStore withRoomId:roomID matrixSession:session];
|
||||
|
||||
// Do not warn for unknown devices. We have cross-signing now
|
||||
if ([session.crypto isKindOfClass:[MXLegacyCrypto class]])
|
||||
{
|
||||
((MXLegacyCrypto *)session.crypto).warnOnUnknowDevices = NO;
|
||||
}
|
||||
|
||||
MXWeakify(self);
|
||||
[self.selectedRoom sendTextMessage:intent.content
|
||||
threadId:nil
|
||||
|
||||
Reference in New Issue
Block a user