mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-24 03:06:38 +00:00
add initial s2s support
This commit is contained in:
@@ -75,9 +75,10 @@ func (am *DefaultAccountManager) SavePolicy(ctx context.Context, accountID, user
|
||||
|
||||
am.StoreEvent(ctx, userID, policy.ID, accountID, action, policy.EventMeta())
|
||||
|
||||
if updateAccountPeers {
|
||||
am.UpdateAccountPeers(ctx, accountID)
|
||||
}
|
||||
updateAccountPeers = updateAccountPeers
|
||||
// if updateAccountPeers {
|
||||
am.UpdateAccountPeers(ctx, accountID)
|
||||
// }
|
||||
|
||||
return policy, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user