From 74ba68ffd1c5158e347257b05badf6c9c6c0d9c9 Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Mon, 7 Jul 2025 15:50:58 +0200 Subject: [PATCH] fix typo for trashbin Signed-off-by: Christian Richter --- services/graph/pkg/service/v0/drives.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/graph/pkg/service/v0/drives.go b/services/graph/pkg/service/v0/drives.go index 5344f4b41..d340a2e7e 100644 --- a/services/graph/pkg/service/v0/drives.go +++ b/services/graph/pkg/service/v0/drives.go @@ -799,7 +799,7 @@ func (g Graph) cs3StorageSpaceToDrive(ctx context.Context, baseURL *url.URL, spa drive.Root.Permissions, _ = g.cs3SpacePermissionsToLibreGraph(ctx, space, false, apiVersion) } - if _, ok := fieldMask["hasTrashedItems"]; ok { + if _, ok := fieldMask["@libre.graph.hasTrashedItems"]; ok { drive.LibreGraphHasTrashedItems = &space.HasTrashedItems }