mirror of
https://github.com/immich-app/immich.git
synced 2026-02-04 08:49:01 +03:00
* Implement memory deep link regex and logic Add regex for memory deep link handling of https://my.immich.app/memory?id=<uuid> Completing the work for the Android app to handle memory links. https://github.com/immich-app/immich/pull/25373 This still needs to be tested as it is AI suggested code. * fix: use existing regex structure * fix: handle memory route properly --------- Co-authored-by: bwees <brandonwees@gmail.com>