Add "new conversation" composer for direct messages
This commit is contained in:
@@ -212,7 +212,7 @@
|
||||
|
||||
const { openConversationExternal } = window.reduxActions.conversations;
|
||||
if (openConversationExternal) {
|
||||
openConversationExternal(id, messageId);
|
||||
openConversationExternal(conversation.id, messageId);
|
||||
}
|
||||
|
||||
this.conversation_stack.open(conversation, messageId);
|
||||
|
Reference in New Issue
Block a user