Merge pull request #8913 from bro2020/patch-mobile.element.io

Intercept mobile.element.io links with Element app
This commit is contained in:
Benoit Marty 2024-09-25 11:30:04 +02:00 committed by GitHub
commit dd98218869
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

1
changelog.d/8904.bugfix Normal file
View file

@ -0,0 +1 @@
Intercept mobile.element.io links with Element app

View file

@ -203,6 +203,8 @@
<data android:host="develop.element.io" />
<!-- Matching asset file: https://staging.element.io/.well-known/assetlinks.json -->
<data android:host="staging.element.io" />
<!-- Fix it https://github.com/element-hq/element-android/issues/8904 -->
<data android:host="mobile.element.io" />
</intent-filter>
</activity>