chore: Follow up android deep links

This commit is contained in:
Christian Kußowski 2026-03-23 16:52:09 +01:00
commit 5cf162f6c7
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -106,7 +106,7 @@
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<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>
</activity>