Skip to content

Commit

Permalink
Merge pull request #3656 from nextcloud/backport/3651/stable30
Browse files Browse the repository at this point in the history
[stable30] fix: add mount type to node info
  • Loading branch information
provokateurin authored Mar 1, 2025
2 parents 3934e68 + 3645604 commit 4fcc69a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/groupfolders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ const resultToNode = function(node: FileStat): File | Folder {
attributes: {
...node,
...node.props,
previewUrl,
'mount-type': 'group',
mountPoint,
previewUrl,
},
}

Expand Down

0 comments on commit 4fcc69a

Please sign in to comment.