Update most references of vector-im to element-hq (#2231)

Sonarcloud and codecov will follow in a later PR when confirmed working. Changelog ignored as it isn't particularly important with the redirect.
This commit is contained in:
Doug
2023-12-12 14:34:44 +00:00
committed by GitHub
parent c14530d60b
commit 52b8cdad75
22 changed files with 89 additions and 83 deletions

View File

@@ -77,7 +77,7 @@ struct ElementCallURLParser: URLParser {
func route(from url: URL) -> AppRoute? {
// Element Call not supported, WebRTC not available
// https://github.com/vector-im/element-x-ios/issues/1794
// https://github.com/element-hq/element-x-ios/issues/1794
if ProcessInfo.processInfo.isiOSAppOnMac {
return nil
}