瀏覽代碼

By default allow chatting with pending/requesting users

JC Brand 8 年之前
父節點
當前提交
82665d17fb
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      docs/CHANGES.md
  2. 1 1
      src/converse-rosterview.js

+ 1 - 0
docs/CHANGES.md

@@ -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

+ 1 - 1
src/converse-rosterview.js

@@ -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,
             });