feat: allow /memory?id= in AndroidManifest (#25373)

Allow /memory?id=

<!-- Allow singular memory route like /memory?id=... -->
This commit is contained in:
Arne Schwarck 2026-01-19 21:56:24 +01:00 committed by GitHub
parent 3e21174dd8
commit 4ef699e9fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -117,6 +117,9 @@
<data
android:host="my.immich.app"
android:pathPrefix="/memories/" />
<data
android:host="my.immich.app"
android:path="/memory" />
<data
android:host="my.immich.app"
android:pathPrefix="/photos/" />