Clarifications on documentation of Group configs
parent
3dac92f345
commit
1572e91b5f
|
@ -579,9 +579,9 @@
|
|||
;; must be set to allow offline messaging to work.
|
||||
; MuteListURL = http://yourserver/Mute.php
|
||||
|
||||
;; Control whether group messages are forwarded to offline users.
|
||||
;; Control whether group invites and notices are stored for offline users.
|
||||
;; Default is true.
|
||||
;; This applies to the core groups module (Flotsam) only.
|
||||
;; This applies to both core groups module.
|
||||
; ForwardOfflineGroupMessages = true
|
||||
|
||||
|
||||
|
@ -1010,6 +1010,12 @@
|
|||
;; Enable Group Notices
|
||||
; NoticesEnabled = true
|
||||
|
||||
;# {MessageOnlineUsersOnly} {Module:GroupsModule Module:Groups Module V2} {Message online users only?} {true false} false
|
||||
; Experimental option to only message online users rather than all users
|
||||
; Should make large groups with few online members messaging faster, as the expense of more calls to presence service
|
||||
; Applies to both Group modules in core
|
||||
; MessageOnlineUsersOnly = false
|
||||
|
||||
;; This makes the Groups modules very chatty on the console.
|
||||
; DebugEnabled = false
|
||||
|
||||
|
|
|
@ -1612,7 +1612,6 @@
|
|||
|
||||
; Experimental option to only message cached online users rather than all users
|
||||
; Should make large group with few online members messaging faster, as the expense of more calls to ROBUST presence service
|
||||
; This currently only applies to the Flotsam XmlRpc backend
|
||||
MessageOnlineUsersOnly = false
|
||||
|
||||
; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend
|
||||
|
|
Loading…
Reference in New Issue