Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic committed Sep 30, 2020
1 parent 5dc429a commit 310559b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/fs/owncloud/owncloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const (
idAttribute string = "user.oc.id"

// SharePrefix is the prefix for sharing related extended attributes
sharePrefix string = "user.oc.acl."
sharePrefix string = "user.oc.acl." // TODO rename to user.oc.grant. because acl != grant
trashOriginPrefix string = "user.oc.o"
mdPrefix string = "user.oc.md." // arbitrary metadata
favPrefix string = "user.oc.fav." // favorite flag, per user
Expand Down

0 comments on commit 310559b

Please sign in to comment.