Fixed DM channel naming issue.

This commit is contained in:
flash 2024-05-09 21:41:36 +00:00
parent 82a5a9e292
commit da242ed93a

View file

@ -372,7 +372,7 @@ const MamiSockChatHandlers = function(ctx, client, setLoadingOverlay, sockChatRe
detail,
ev.detail.msg.id,
author,
ev.detail.msg.channel,
channelName,
ev.detail.msg.silent,
));
};