Add an antispam setting to block only group invites to groups that require an entry fee.

This commit is contained in:
Shyotl
2012-09-27 19:30:54 -05:00
parent 88482a2431
commit ac0a32e690
5 changed files with 35 additions and 19 deletions

View File

@@ -973,6 +973,17 @@
<key>Value</key>
<integer>0</integer>
</map>
<key>AntiSpamGroupFeeInvites</key>
<map>
<key>Comment</key>
<string>When true, dialogs from group invites that require an entry fee will be blocked.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
</map>
<key>AntiSpamGroupNotices</key>
<map>
<key>Comment</key>