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

@ -92,6 +92,9 @@
* `padUpdate`: The `author` context property is deprecated; use the new
`authorId` context property instead. Also, the hook now runs asynchronously.
* Chat API deprecations and removals (no replacements planned):
* Server-side:
* The `sendChatMessageToPadClients()` function in
`src/node/handler/PadMessageHandler.js` is deprecated.
* Client-side:
* The `pad.determineChatVisibility()` method was removed.
* The `pad.determineChatAndUsersVisibility()` method was removed.