help: Don't link to the direct message feed.

We should teach users how to get there.
This commit is contained in:
Alya Abbott 2024-07-03 16:03:57 -07:00 committed by Tim Abbott
parent b05bab63c8
commit cb1531b061
2 changed files with 4 additions and 9 deletions

View File

@ -34,7 +34,10 @@ If using Zulip in a browser or desktop, there are several ways to access an exis
{tab|desktop-web}
{relative|message|direct}
1. In the left sidebar, click the **Direct message feed**
(<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.
{tab|mobile}

View File

@ -165,13 +165,6 @@ starred_instructions = """
sidebar, or by [searching](/help/search-for-messages) for `is:starred`.
"""
direct_instructions = """
1. In the left sidebar, click the **Direct message feed**
(<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.
"""
inbox_instructions = """
1. Click on <i class="zulip-icon zulip-icon-inbox"></i> **Inbox** in the left
sidebar, or use the <kbd>Shift</kbd> + <kbd>I</kbd> keyboard shortcut.
@ -183,7 +176,6 @@ message_info = {
"recent": ["Recent conversations", "/#recent", recent_instructions],
"all": ["Combined feed", "/#feed", all_instructions],
"starred": ["Starred messages", "/#narrow/is/starred", starred_instructions],
"direct": ["Direct message feed", "/#narrow/is/dm", direct_instructions],
"inbox": ["Inbox", "/#inbox", inbox_instructions],
}