Merge pull request #2752 from krille-chan/krille/follow-up-android-deep-links

chore: Follow up android deep links
This commit is contained in:
Krille-chan 2026-03-23 17:15:27 +01:00 • committed by GitHub
commit 4ab184450c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,7 +106,7 @@
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" /> <category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="im.fluffychat" android:path="/login"/> <data android:scheme="im.fluffychat" android:host="login" android:pathPrefix="/"/>
</intent-filter> </intent-filter>
</activity> </activity>