Merge pull request 'Add Misskey URL basic support' (#1180) from AntoninDelFabbro/Fedilab:misskey-url into main

Reviewed-on: https://codeberg.org/tom79/Fedilab/pulls/1180
This commit is contained in:
Thomas 2025-04-25 04:53:18 +00:00
commit 9216c86658

View file

@ -72,6 +72,10 @@
android:host="*"
android:pathPrefix="/@"
android:scheme="https" />
<data
android:host="*"
android:pathPrefix="/notes"
android:scheme="https" />
</intent-filter>
</activity>
@ -753,4 +757,4 @@
android:resource="@xml/compose_shortcuts" />
</activity-alias>
</application>
</manifest>
</manifest>