chat: Move Pad chat methods to chat.js

This commit is contained in:
Richard Hansen 2022-04-08 03:46:47 -04:00
parent 2d3418caf7
commit cdea600acc
4 changed files with 64 additions and 31 deletions

View file

@ -93,6 +93,9 @@
`authorId` context property instead. Also, the hook now runs asynchronously.
* Chat API deprecations and removals (no replacements planned):
* Server-side:
* The `Pad.appendChatMessage()` method is deprecated.
* The `Pad.getChatMessage()` method is deprecated.
* The `Pad.getChatMessages()` method is deprecated.
* The `sendChatMessageToPadClients()` function in
`src/node/handler/PadMessageHandler.js` is deprecated.
* Client-side: