Skip to content

feat(share): add message query param for deep linking to specific messages#11936

Open
Zeko369 wants to merge 1 commit intoanomalyco:devfrom
Zeko369:feature/share-message-query-param
Open

feat(share): add message query param for deep linking to specific messages#11936
Zeko369 wants to merge 1 commit intoanomalyco:devfrom
Zeko369:feature/share-message-query-param

Conversation

@Zeko369
Copy link
Contributor

@Zeko369 Zeko369 commented Feb 3, 2026

Closes #11808

This change allows users to share links to specific messages in a shared session by adding a ?message=msgId query parameter.

Changes:

  • Replaced local store state with useSearchParams from SolidJS router
  • Added getMessageId helper to handle the query param value (handling both string and array cases)
  • Links like https://opncd.ai/share/xyz789?message=abc123 will now load that specific message directly

Example:

  • https://opncd.ai/share/xyz789 → opens first message
  • https://opncd.ai/share/xyz789?message=msg_456 → opens message with ID msg_456

@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2026

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@Zeko369 Zeko369 force-pushed the feature/share-message-query-param branch 4 times, most recently from 6b42440 to dbbc2d2 Compare February 3, 2026 12:02
@Zeko369 Zeko369 force-pushed the feature/share-message-query-param branch from dbbc2d2 to d3864e6 Compare February 6, 2026 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Share pages should support linking to specific messages via query parameter

1 participant