chat: New option to completely disable chat

This commit is contained in:
Richard Hansen 2021-12-03 00:00:35 -05:00
parent 310a371234
commit dda284cbe9
13 changed files with 274 additions and 126 deletions

View file

@ -156,6 +156,12 @@ exports.defaultPadText = [
'Etherpad on Github: https://github.com/ether/etherpad-lite',
].join('\n');
/**
* Whether to enable the built-in chat feature. Set this to false if you prefer to use a plugin to
* provide chat functionality or simply do not want the feature.
*/
exports.integratedChat = true;
/**
* The default Pad Settings for a user (Can be overridden by changing the setting
*/