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

View File

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