Skip to content

Commit

Permalink
fix: Add sharings permission
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lohse committed Sep 11, 2020
1 parent 7bb69e8 commit 0e8d417
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/drive/targets/manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@
"type": "io.cozy.apps",
"verbs": ["GET"]
},
"sharings": {
"description": "Required to have access to the sharings in realtime",
"type": "io.cozy.sharings",
"verbs": ["GET"]
},
"albums": {
"description": "Required to manage photos albums",
"type": "io.cozy.photos.albums",
Expand Down

0 comments on commit 0e8d417

Please sign in to comment.