Skip to content

Commit

Permalink
disable feature for new accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fischer committed Oct 10, 2024
1 parent 95863a4 commit 93626ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/server/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -2469,7 +2469,7 @@ func newAccountWithId(ctx context.Context, accountID, userID, domain string) *Ac
GroupsPropagationEnabled: true,
RegularUsersViewBlocked: true,

PeerInactivityExpirationEnabled: true,
PeerInactivityExpirationEnabled: false,
PeerInactivityExpiration: DefaultPeerInactivityExpiration,
},
}
Expand Down

0 comments on commit 93626ba

Please sign in to comment.