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:
Lauryn Menard
2023-06-16 11:56:47 +02:00
committed by Tim Abbott
parent 0945f2dee6
commit 3c6d283aa9
3 changed files with 4 additions and 4 deletions

View File

@@ -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 = "";