chat: Move chat message handling to handleMessage hook

This commit is contained in:
Richard Hansen 2021-12-07 03:24:26 -05:00
parent a177a622c4
commit 8d5fdd7dc9
6 changed files with 87 additions and 51 deletions

View file

@ -1086,7 +1086,7 @@ exports.userLeave = async (hookName, {author, padId}) => {
## `chatNewMessage`
Called from: `src/node/handler/PadMessageHandler.js`
Called from: `src/node/chat.js`
Called when a user (or plugin) generates a new chat message, just before it is
saved to the pad and relayed to all connected users.