mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-03 05:39:12 -04:00
chat: Move chat message handling to handleMessage
hook
This commit is contained in:
parent
a177a622c4
commit
8d5fdd7dc9
6 changed files with 87 additions and 51 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue