fix(clientlog): repair AffectedUsers

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2024-04-23 10:28:19 +02:00
parent 628b4bdbea
commit 914c34d27a
2 changed files with 6 additions and 1 deletions
@@ -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
+1 -1
View File
@@ -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 {