FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 8730ecbf authored by Dr Rich Wareham's avatar Dr Rich Wareham
Browse files

Merge branch 'issue-19' into 'master'

Move includeInGlobalAddressList defaults to True.

See merge request !11
parents 7b9e1e52 ec8d7406
No related branches found
No related tags found
1 merge request!11Move includeInGlobalAddressList defaults to True.
Pipeline #41929 passed
......@@ -28,7 +28,7 @@ sync:
whoCanPostMessage: ALL_IN_DOMAIN_CAN_POST
allowWebPosting: 'false'
messageModerationLevel: MODERATE_ALL_MESSAGES
includeInGlobalAddressList: 'false'
includeInGlobalAddressList: 'true'
whoCanLeaveGroup: NONE_CAN_LEAVE
whoCanContactOwner: ALL_MANAGERS_CAN_CONTACT
whoCanModerateMembers: OWNERS_ONLY
......
......@@ -66,7 +66,7 @@ class Configuration(config.ConfigurationDataclassMixin):
'whoCanPostMessage': 'ALL_IN_DOMAIN_CAN_POST',
'allowWebPosting': 'false',
'messageModerationLevel': 'MODERATE_ALL_MESSAGES',
'includeInGlobalAddressList': 'false',
'includeInGlobalAddressList': 'true',
'whoCanLeaveGroup': 'NONE_CAN_LEAVE',
'whoCanContactOwner': 'ALL_MANAGERS_CAN_CONTACT',
'whoCanModerateMembers': 'OWNERS_ONLY',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment