Skip to content

Commit

Permalink
Merge pull request #5023 from kobergj/NotificationFeatureToggle
Browse files Browse the repository at this point in the history
Add notification settings feature toggle
  • Loading branch information
kobergj authored Jan 7, 2025
2 parents 014a603 + 75bd4f8 commit 1373bc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog/unreleased/notification-feature-toggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: Notification feature toggle

Adds a feature toggle for the notification settings.

https://github.com/cs3org/reva/pull/5023
3 changes: 2 additions & 1 deletion pkg/owncloud/ocs/capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@ type CapabilitiesFilesSharingFederation struct {

// CapabilitiesNotifications holds a list of notification endpoints
type CapabilitiesNotifications struct {
Endpoints []string `json:"ocs-endpoints,omitempty" xml:"ocs-endpoints>element,omitempty" mapstructure:"endpoints"`
Endpoints []string `json:"ocs-endpoints,omitempty" xml:"ocs-endpoints>element,omitempty" mapstructure:"endpoints"`
Configurable bool `json:"configurable" xml:"configurable,omitempty" mapstructure:"configurable"`
}

// CapabilitiesTheme holds theming capabilities
Expand Down

0 comments on commit 1373bc2

Please sign in to comment.