android: switch invite join to app-link deep links
Some checks failed
CI / test (push) Failing after 2m9s

This commit is contained in:
Codex
2026-03-09 14:24:22 +03:00
parent e2a87ffb2e
commit 5c3535ef8f
8 changed files with 75 additions and 36 deletions

View File

@@ -6,7 +6,7 @@
3. Realtime: new message appears without restart, reconnect after temporary network off/on.
4. Chat screen: send text, reply, edit, delete, forward, reaction toggle.
5. Media: send image/file/audio, image opens in viewer, audio play/pause works.
6. Invite flow: join-by-invite token from Chat List opens joined chat.
6. Invite flow: open invite deep link (`chat.daemonlord.ru/join...`) and verify joined chat auto-opens.
7. Session safety: expired access token refreshes transparently for API calls.
## Baseline targets (initial)