mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-22 06:00:30 -04:00
chat: New chatNewMessage
server-side hook
This commit is contained in:
parent
23a98e5946
commit
26675c5019
4 changed files with 180 additions and 0 deletions
|
@ -59,6 +59,8 @@
|
|||
* New `chatSendMessage` client-side hook that enables plugins to process the
|
||||
text before sending it to the server or augment the message object with
|
||||
custom metadata.
|
||||
* New `chatNewMessage` server-side hook to process new chat messages before
|
||||
they are saved to the database and relayed to users.
|
||||
|
||||
# 1.8.14
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue