Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: Create a link to start a new chat #25722

Merged
merged 4 commits into from Feb 20, 2024
Merged

Conversation

dbattersby
Copy link
Contributor

@dbattersby dbattersby commented Feb 16, 2024

This feature adds the functionality to start a new chat directly from the URL using query params.

The format for these urls are:

  • /chat/new-message?recipients=buford (single user)
  • /chat/new-message?recipients=buford,jona (multiple users)

The initial version of this feature allows for the following:

  • Open an existing direct message channel with a single user
  • Create a new direct message channel with a single user (and auto redirect)
  • Create or open a channel with multiple users (and auto redirect)
  • Redirects to chat home if the recipients param is missing

@github-actions github-actions bot added the chat PRs which include a change to Chat plugin label Feb 16, 2024
@dbattersby dbattersby marked this pull request as ready for review February 16, 2024 08:18
@dbattersby dbattersby merged commit a460dbc into main Feb 20, 2024
19 checks passed
@dbattersby dbattersby deleted the start-new-chat-from-link branch February 20, 2024 10:08
renato pushed a commit to renato/discourse that referenced this pull request Feb 29, 2024
This feature adds the functionality to start a new chat directly from the URL using query params.

The format is: /chat/new-message?recipients=buford,jona

The initial version of this feature allows for the following:

- Open an existing direct message channel with a single user
- Create a new direct message channel with a single user (and auto redirect)
- Create or open a channel with multiple users (and auto redirect)
- Redirects to chat home if the recipients param is missing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chat PRs which include a change to Chat plugin
2 participants