|
|
@ -72,7 +72,7 @@ abstract class ClientManager {
|
|
|
|
enableE2eeRecovery: true,
|
|
|
|
enableE2eeRecovery: true,
|
|
|
|
verificationMethods: {
|
|
|
|
verificationMethods: {
|
|
|
|
KeyVerificationMethod.numbers,
|
|
|
|
KeyVerificationMethod.numbers,
|
|
|
|
if (PlatformInfos.isMobile || PlatformInfos.isLinux)
|
|
|
|
if (kIsWeb || PlatformInfos.isMobile || PlatformInfos.isLinux)
|
|
|
|
KeyVerificationMethod.emoji,
|
|
|
|
KeyVerificationMethod.emoji,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
importantStateEvents: <String>{'im.ponies.room_emotes'},
|
|
|
|
importantStateEvents: <String>{'im.ponies.room_emotes'},
|
|
|
|