Restrict sending messages in a pad chat to editors only

This commit is contained in:
yflory
2018-12-10 17:47:47 +01:00
parent a2e28e6e25
commit d88dee9a83
7 changed files with 59 additions and 22 deletions

View File

@@ -488,7 +488,7 @@ MessengerUI, Messages) {
show();
});
initChat(toolbar, config);
initChat(toolbar);
return $container;
};