mirror of https://github.com/zulip/zulip.git
help: Revise the "Private messages" article.
Some preliminary work is needed before documenting mobile feature. Adds Desktop/Web tab and improves wording. Splits instructions into "Send PM" / "Send group PM". Documents sending a PM via the user actions menu.
This commit is contained in:
parent
6242604b9d
commit
23d41d09e2
|
@ -9,37 +9,61 @@ frequently conversing with the same person or the same group of people, we
|
|||
highly recommend [creating a private stream](/help/create-a-stream) for your
|
||||
conversations instead.
|
||||
|
||||
Note that group PMs are not the same as [user groups](/help/user-groups) or private
|
||||
streams. PMs and group PMs do not have
|
||||
[topics](/help/streams-and-topics), and do not appear in your list of
|
||||
streams.
|
||||
Note that group PMs are not the same as [user groups](/help/user-groups) or
|
||||
private streams. PMs and group PMs do not have [topics](/help/streams-and-topics)
|
||||
and do not appear in your list of streams.
|
||||
|
||||
### Send a PM or group PM
|
||||
### Send a PM
|
||||
|
||||
{start_tabs}
|
||||
|
||||
1. [Open the compose box](/help/open-the-compose-box) by typing `x` or clicking
|
||||
**New private message** at the bottom of the app.
|
||||
{tab|desktop-web}
|
||||
|
||||
2. Start typing a user's name, and select the user from the list of
|
||||
suggestions. Repeat as necessary.
|
||||
1. Click the **New private message** button at the bottom of the app, or
|
||||
use the `x` keyboard shortcut.
|
||||
|
||||
3. Compose a message, and click **Send**.
|
||||
1. Start typing the name of the person you want to message, and
|
||||
select their name from the list of suggestions.
|
||||
|
||||
1. Compose your message, and click **Send**.
|
||||
|
||||
!!! Tip ""
|
||||
|
||||
You can also click on any user in the right sidebar, or click on a
|
||||
user's profile picture or name, and select **Send private message**.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
### Send a group PM
|
||||
|
||||
{start_tabs}
|
||||
|
||||
{tab|desktop-web}
|
||||
|
||||
1. Click the **New private message** button at the bottom of the app, or
|
||||
use the `x` keyboard shortcut.
|
||||
|
||||
1. Start typing the name of the person you want to message, and
|
||||
select their name from the list of suggestions. You can continue
|
||||
adding as many message recipients as you like.
|
||||
|
||||
1. Compose your message, and click **Send**.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
### Access a PM or group PM
|
||||
|
||||
There are several ways to access an existing PM or group PM.
|
||||
If using Zulip in a browser or desktop, there are several ways to access an existing PM or group PM.
|
||||
|
||||
* For recent conversations, click on **Private messages** near
|
||||
the top of the left sidebar.
|
||||
* Click on **Private messages** near the top of the left sidebar to access
|
||||
recent conversations.
|
||||
* Click on any user in the right sidebar.
|
||||
* Start typing a user's name in [search](/help/search-for-messages).
|
||||
* Start typing a user's name in the [search](/help/search-for-messages) bar.
|
||||
You'll be able to select PMs or group PMs with that user.
|
||||
* Open the compose box, and enter in a list of users on the **To:**
|
||||
* Open the compose box, and enter a list of users on the **To:**
|
||||
line. Type `Ctrl` + `.` to open that conversation.
|
||||
|
||||
## Related articles
|
||||
|
||||
* [Typing notifications](/help/typing-notifications)
|
||||
* [Open the compose box](/help/open-the-compose-box)
|
||||
|
|
Loading…
Reference in New Issue