chat: Move chatHead client var to clientVars hook

This commit is contained in:
Richard Hansen 2022-04-08 00:00:38 -04:00
parent 8d5fdd7dc9
commit 2e684476cb
5 changed files with 14 additions and 4 deletions

View file

@ -96,6 +96,7 @@
* The `sendChatMessageToPadClients()` function in
`src/node/handler/PadMessageHandler.js` is deprecated.
* Client-side:
* The `chat` global variable is deprecated.
* The `pad.determineChatVisibility()` method was removed.
* The `pad.determineChatAndUsersVisibility()` method was removed.
* Returning `true` from a `handleMessageSecurity` hook function is deprecated;