mirror of
https://github.com/MirageNetwork/MirageServer.git
synced 2025-10-18 22:24:47 +08:00
调整与受管司南之间通知可信节点变化的为控制器向司南发请求推送差值;需要考虑的问题是控制器下线后重新上线如何通知受管司南拉拉取最新信息?(是否有必要?)
Signed-off-by: Chenyang Gao <gps949@outlook.com>
This commit is contained in:
@@ -245,6 +245,7 @@ func (c *Cockpit) DestroyTenant(tenant *Organization) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
c.App.NotifyNaviOrgNodesChange(machine.User.OrganizationID, "", machine.NodeKey)
|
||||
}
|
||||
|
||||
users, err := c.ListTenantUsers(tenant.ID)
|
||||
|
Reference in New Issue
Block a user