mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-02 16:59:56 -05:00
fix(clientlog): repair AffectedUsers
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -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