mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 06:09:14 -04:00
chat: Move Pad chat methods to chat.js
This commit is contained in:
parent
2d3418caf7
commit
cdea600acc
4 changed files with 64 additions and 31 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue