chat: New chatSendMessage client-side hook

This commit is contained in:
Richard Hansen 2021-10-26 02:08:14 -04:00
parent 4c2f7f9a11
commit 9fbd2e5c3d
4 changed files with 71 additions and 3 deletions

View file

@ -56,6 +56,9 @@
see the original unprocessed message text and any added metadata.
* `rendered`: Allows plugins to completely override how the message is
rendered in the UI.
* 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.
# 1.8.14