mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
compose-actions: Update trigger for composing a new direct message.
Updates the trigger in the compose box from "new private message" to "new direct message".
This commit is contained in:
committed by
Tim Abbott
parent
0945f2dee6
commit
3c6d283aa9
@@ -204,7 +204,7 @@ export function start(msg_type, opts) {
|
||||
if (
|
||||
opts.trigger === "compose_hotkey" ||
|
||||
opts.trigger === "new topic button" ||
|
||||
opts.trigger === "new private message"
|
||||
opts.trigger === "new direct message"
|
||||
) {
|
||||
opts.topic = "";
|
||||
opts.private_message_recipient = "";
|
||||
|
||||
Reference in New Issue
Block a user