chat: Deprecate the chat export from the client-side chat module

This commit is contained in:
Richard Hansen 2022-04-07 23:41:13 -04:00
parent 2e684476cb
commit 2d3418caf7
2 changed files with 23 additions and 14 deletions

View file

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