mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-06 21:09:55 -06:00
Merge pull request #8928 from kobergj/FixAffectedUsersSSE
Fix AffectedUsers field of SSEs
This commit is contained in:
5
changelog/unreleased/fix-affected-users.md
Normal file
5
changelog/unreleased/fix-affected-users.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Bugfix: Fix affected users on sses
|
||||
|
||||
The AffectedUsers field of sses now only reports affected users.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/8928
|
||||
@@ -248,7 +248,7 @@ func addShareeData(ctx context.Context, gwc gateway.GatewayAPIClient, fe FileEve
|
||||
return users, fe, err
|
||||
}
|
||||
|
||||
fe.AffectedUserIDs = users
|
||||
fe.AffectedUserIDs = us
|
||||
|
||||
// TODO: this list can get long. Should we add a limit? If yes, how big?
|
||||
for _, u := range us {
|
||||
|
||||
Reference in New Issue
Block a user