-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove placeholder notifications endpoint in capabilities #2514
Conversation
storage/pkg/command/frontend.go
Outdated
// "notifications": map[string]interface{}{ | ||
// "endpoints": []string{"disable"}, | ||
// }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just get rid of it
// "notifications": map[string]interface{}{ | |
// "endpoints": []string{"disable"}, | |
// }, |
ee84a5e
to
f5df717
Compare
Kudos, SonarCloud Quality Gate passed! |
@@ -0,0 +1,7 @@ | |||
Bugfix: Remove notifications placeholder | |||
|
|||
Since Reva was communicating its notification capabilities incorrectly, oCIS relied on a hardcoding string to overwrite them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since Reva was communicating its notification capabilities incorrectly, oCIS relied on a hardcoding string to overwrite them. | |
Since Reva was communicating its notification capabilities incorrectly, oCIS relied on a hardcoded string to overwrite them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call, fixed this in #2519
Description
Complementary change for cs3org/reva#1819