mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-07-23 12:00:31 +03:00
Add Misskey URL basic support
This commit is contained in:
parent
fdc2cb07c8
commit
1d77fd9106
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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue