Fixed DM channel naming issue.
This commit is contained in:
parent
82a5a9e292
commit
da242ed93a
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ const MamiSockChatHandlers = function(ctx, client, setLoadingOverlay, sockChatRe
|
||||||
detail,
|
detail,
|
||||||
ev.detail.msg.id,
|
ev.detail.msg.id,
|
||||||
author,
|
author,
|
||||||
ev.detail.msg.channel,
|
channelName,
|
||||||
ev.detail.msg.silent,
|
ev.detail.msg.silent,
|
||||||
));
|
));
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue