mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
feat: add people deeplink (#25686)
* Change path prefix from '/memories/' to '/people/' Updated the AndroidManifest.xml to change the path prefix from '/memories/' to '/people/'. Memories is anyway wrong and was replaced by /memory and now the people path completes the known deeplinks. * Add regex for people deep link handling Add regex for people deep link handling * Add deep link handling for 'people' route * fix: missing person route builder method --------- Co-authored-by: bwees <brandonwees@gmail.com>
This commit is contained in:
parent
e5156df4f1
commit
66733eb4c0
4 changed files with 40 additions and 5 deletions
|
|
@ -117,7 +117,7 @@
|
|||
android:pathPrefix="/albums/" />
|
||||
<data
|
||||
android:host="my.immich.app"
|
||||
android:pathPrefix="/memories/" />
|
||||
android:pathPrefix="/people/" />
|
||||
<data
|
||||
android:host="my.immich.app"
|
||||
android:path="/memory" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue