Skip to content

Commit

Permalink
fix: Remove useless permission on contacts
Browse files Browse the repository at this point in the history
This was probably forgotten when the cozy-to-cozy sharing was removed
from Photos
  • Loading branch information
paultranvan authored and Crash-- committed Aug 4, 2022
1 parent 3aa2ef8 commit 6d07b39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

* Improve cozy-bar implementation to fix UI bugs in Amirale
* Fix navigation through mobile Flagship on Note creation and opening
* Remove unused contacts permissions on Photos

## 🔧 Tech

Expand Down
8 changes: 0 additions & 8 deletions src/photos/targets/manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,6 @@
"PUT"
]
},
"contacts": {
"description": "Required to to share photos with your contacts",
"type": "io.cozy.contacts",
"verbs": [
"GET",
"POST"
]
},
"settings": {
"description": "Required by the cozy-bar to display Claudy and know which applications are coming soon",
"type": "io.cozy.settings",
Expand Down

0 comments on commit 6d07b39

Please sign in to comment.