Skip to content

Commit 7afd7ef

Browse files
beastoinclaude
andcommitted
fix: use omi://h.omi.me/tasks/{token} matching existing deep link pattern
Follow the same pattern as unlimited page (omi://h.omi.me/unlimited) so the app's existing pathSegments routing works without changes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c27c016 commit 7afd7ef

File tree

1 file changed

+1
-1
lines changed
  • web/frontend/src/app/tasks/[token]

1 file changed

+1
-1
lines changed

web/frontend/src/app/tasks/[token]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function getPlatformLink(userAgent: string, token: string) {
7171
'https://play.google.com/store/apps/details?id=com.friend.ios',
7272
)};end`
7373
: isIOS
74-
? `omi://tasks/${token}`
74+
? `omi://h.omi.me/tasks/${token}`
7575
: 'https://omi.me';
7676
}
7777

0 commit comments

Comments
 (0)