Change "Conversations" back to "Direct messages" and add warning in web UI (#18289)
Partially reverts #18146
This commit is contained in:
@ -177,6 +177,7 @@ class Header extends ImmutablePureComponent {
|
||||
|
||||
if (account.get('id') !== me) {
|
||||
menu.push({ text: intl.formatMessage(messages.mention, { name: account.get('username') }), action: this.props.onMention });
|
||||
menu.push({ text: intl.formatMessage(messages.direct, { name: account.get('username') }), action: this.props.onDirect });
|
||||
menu.push(null);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user