Enable group propagation by default (#1469)

Group updates to user auto groups will propagate by default for new accounts
This commit is contained in:
Maycon Santos 2024-01-15 19:26:27 +01:00 committed by GitHub
parent 5a7aa461de
commit 9fa0fbda0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1814,6 +1814,7 @@ func newAccountWithId(accountID, userID, domain string) *Account {
Settings: &Settings{
PeerLoginExpirationEnabled: true,
PeerLoginExpiration: DefaultPeerLoginExpiration,
GroupsPropagationEnabled: true,
},
}