mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
help: Don't link to the direct message feed.
We should teach users how to get there.
This commit is contained in:
@@ -34,7 +34,10 @@ If using Zulip in a browser or desktop, there are several ways to access an exis
|
|||||||
|
|
||||||
{tab|desktop-web}
|
{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}
|
{tab|mobile}
|
||||||
|
|
||||||
|
|||||||
@@ -165,13 +165,6 @@ starred_instructions = """
|
|||||||
sidebar, or by [searching](/help/search-for-messages) for `is:starred`.
|
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 = """
|
inbox_instructions = """
|
||||||
1. Click on <i class="zulip-icon zulip-icon-inbox"></i> **Inbox** in the left
|
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.
|
sidebar, or use the <kbd>Shift</kbd> + <kbd>I</kbd> keyboard shortcut.
|
||||||
@@ -183,7 +176,6 @@ message_info = {
|
|||||||
"recent": ["Recent conversations", "/#recent", recent_instructions],
|
"recent": ["Recent conversations", "/#recent", recent_instructions],
|
||||||
"all": ["Combined feed", "/#feed", all_instructions],
|
"all": ["Combined feed", "/#feed", all_instructions],
|
||||||
"starred": ["Starred messages", "/#narrow/is/starred", starred_instructions],
|
"starred": ["Starred messages", "/#narrow/is/starred", starred_instructions],
|
||||||
"direct": ["Direct message feed", "/#narrow/is/dm", direct_instructions],
|
|
||||||
"inbox": ["Inbox", "/#inbox", inbox_instructions],
|
"inbox": ["Inbox", "/#inbox", inbox_instructions],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user