matrix.to: The app does not open a permalink from matrix.to

#3993
This commit is contained in:
manuroe
2021-02-02 17:59:39 +01:00
parent a98d420111
commit 9a59f23cd0
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -1146,9 +1146,9 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
[[NSNotificationCenter defaultCenter] postNotificationName:AppDelegateUniversalLinkDidChangeNotification object:nil];
}
if ([webURL.path isEqualToString:@"/"])
if ([self handleServerProvionningLink:webURL])
{
return [self handleServerProvionningLink:webURL];
return YES;
}
NSString *validateEmailSubmitTokenPath = @"validate/email/submitToken";