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

FIX: correct in_thread? message logic #27151

Merged
merged 1 commit into from
May 23, 2024
Merged

Conversation

jjaffeux
Copy link
Contributor

@jjaffeux jjaffeux commented May 23, 2024

A message is in a thread if:

  • it has a thread_id
  • it is in threading_enabled channel OR the associated thread is marked as force

A message is in a thread if:
- it has a thread_id
- it is in threading_enabled channel OR the associated thread is marked as `force`
@github-actions github-actions bot added the chat PRs which include a change to Chat plugin label May 23, 2024
@jjaffeux jjaffeux merged commit b3802e1 into discourse:main May 23, 2024
16 checks passed
@jjaffeux jjaffeux deleted the chat/in-thread branch May 23, 2024 09:08
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