Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions docs/articles/new-expensify/chat/Start-a-conversation-thread.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Start a conversation thread
description: Start a private conversation related to a different message
---
<div id="new-expensify" markdown="1">

You can respond directly to a message sent in a chat group or room to start a private 1-on-1 chat with another member about the message (instead of replying to the entire group or room).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm not a blocker but private suggests to me that the threaded convo can't be seen by others, which isn't true


{% include selector.html values="desktop, mobile" %}

{% include option.html value="desktop" %}
1. Open the chat in your inbox.
2. Right-click the message and select **Reply in thread**.
3. Enter and submit your reply in the new chat.
{% include end-option.html %}

{% include option.html value="mobile" %}
1. Open the chat in your inbox.
2. Press and hold the message and select **Reply in thread**.
3. Enter and submit your reply in the new chat.
{% include end-option.html %}

{% include end-selector.html %}

To return to the conversation where the thread originated from, you can click the link at the top of the thread.

</div>