mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-07-20 10:30:31 +03:00
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:
commit
9216c86658
1 changed files with 5 additions and 1 deletions
|
@ -72,6 +72,10 @@
|
||||||
android:host="*"
|
android:host="*"
|
||||||
android:pathPrefix="/@"
|
android:pathPrefix="/@"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
|
<data
|
||||||
|
android:host="*"
|
||||||
|
android:pathPrefix="/notes"
|
||||||
|
android:scheme="https" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
|
@ -753,4 +757,4 @@
|
||||||
android:resource="@xml/compose_shortcuts" />
|
android:resource="@xml/compose_shortcuts" />
|
||||||
</activity-alias>
|
</activity-alias>
|
||||||
</application>
|
</application>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
Loading…
Reference in a new issue