Add a Link New Device screen (behind a feature flag). (#4811)
This commit is contained in:
@@ -313,6 +313,17 @@ class ClientProxy: ClientProxyProtocol {
|
||||
}
|
||||
}
|
||||
|
||||
var isLoginWithQRCodeSupported: Bool {
|
||||
get async {
|
||||
do {
|
||||
return try await client.isLoginWithQrCodeSupported()
|
||||
} catch {
|
||||
MXLog.error("Failed checking QR code support with error: \(error)")
|
||||
return false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
var maxMediaUploadSize: Result<UInt, ClientProxyError> {
|
||||
get async {
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user