mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
Merge pull request #9930 from rainzm/keystone/alert
fix(keystone): don't send the administrator’s message to the party
This commit is contained in:
@@ -111,7 +111,6 @@ func (sql *SSQLDriver) alertNotify(ctx context.Context, uext *api.SUserExtended,
|
||||
}
|
||||
userSet := sets.NewString(daUserIds...)
|
||||
userSet.Insert(aUserIds...)
|
||||
userSet.Insert(uext.Id)
|
||||
data.Set("admin", jsonutils.JSONTrue)
|
||||
p.RecipientId = userSet.UnsortedList()
|
||||
p.Data = data
|
||||
|
||||
Reference in New Issue
Block a user