mirror of https://gitlab.com/bashrc2/epicyon
Extra fields for groups
parent
1037d31e4f
commit
d75074239d
|
@ -481,6 +481,11 @@ def _create_person_base(base_dir: str, nickname: str, domain: str, port: int,
|
||||||
'url': person_url
|
'url': person_url
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# extra fields used only by groups
|
||||||
|
if group_account:
|
||||||
|
new_person['postingRestrictedToMods'] = False
|
||||||
|
new_person['moderators'] = person_id + '/moderators'
|
||||||
|
|
||||||
if nickname == 'inbox':
|
if nickname == 'inbox':
|
||||||
# fields not needed by the shared inbox
|
# fields not needed by the shared inbox
|
||||||
del new_person['outbox']
|
del new_person['outbox']
|
||||||
|
|
Loading…
Reference in New Issue