By default allow chatting with pending/requesting users

This commit is contained in:
JC Brand 2017-02-02 14:57:17 +01:00
parent bcbeb8da6c
commit 82665d17fb
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
- Use lodash instead of underscore.js [jcbrand]
- Case insensitive matching of moderation commands. [jcbrand]
- Add `/subject` as alias to `/topic` [jcbrand]
- `allow_chat_pending_contacts` now defaults to `true` [jcbrand]
## 2.0.5 (2017-02-01)
- #743, #751, #753 Update to Strophe 1.2.12. SASL-EXTERNAL now has reduced priority, so it won't

View File

@ -77,7 +77,7 @@
* loaded by converse.js's plugin machinery.
*/
this.updateSettings({
allow_chat_pending_contacts: false,
allow_chat_pending_contacts: true,
allow_contact_removal: true,
show_toolbar: true,
});