Skip to content

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

Closed
Zeko369 wants to merge 1 commit into
anomalyco:devfrom
Zeko369:feature/share-message-query-param
Closed

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

Conversation

@Zeko369

@Zeko369 Zeko369 commented Feb 3, 2026

Copy link
Copy Markdown
Contributor

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

github-actions Bot commented Feb 3, 2026

Copy link
Copy Markdown
Contributor

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
@github-actions

github-actions Bot commented Apr 8, 2026

Copy link
Copy Markdown
Contributor

Closing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR.

@github-actions github-actions Bot closed this Apr 8, 2026
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