help: Document how to view all direct messages in the desktop/web app.

This commit is contained in:
David Rosa 2023-08-07 19:44:25 -05:00 committed by Tim Abbott
parent 762c9667a7
commit 6aee4bb768
2 changed files with 18 additions and 0 deletions

View File

@ -74,6 +74,16 @@ If using Zulip in a browser or desktop, there are several ways to access an exis
* Open the compose box, and enter a list of users on the **To:**
line. Type <kbd>Ctrl</kbd> + <kbd>.</kbd> to open that conversation.
## View all direct messages
{start_tabs}
{tab|desktop-web}
{relative|message|direct}
{end_tabs}
## Related articles
* [Typing notifications](/help/typing-notifications)

View File

@ -101,12 +101,20 @@ starred_instructions = """
sidebar, or by [searching](/help/search-for-messages) for `is:starred`.
"""
direct_instructions = """
1. In the left sidebar, click the **All direct messages**
(<i class="fa fa-align-right"></i>) icon to the right of the
**Direct messages** label, or use the <kbd>Shift</kbd> + <kbd>P</kbd>
keyboard shortcut.
"""
message_info = {
"drafts": ["Drafts", "/#drafts", draft_instructions],
"scheduled": ["Scheduled messages", "/#scheduled", scheduled_instructions],
"recent": ["Recent conversations", "/#recent", recent_instructions],
"all": ["All messages", "/#all_messages", all_instructions],
"starred": ["Starred messages", "/#narrow/is/starred", starred_instructions],
"direct": ["All direct messages", "/#narrow/is/dm", direct_instructions],
}