diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-08-28 20:45:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-28 20:45:31 +0200 |
commit | 3a565b30b2776dda4aa1f5b11026125c19dc674f (patch) | |
tree | 480f683afa46fff0c42a6d4621918a65c6126dc3 /core | |
parent | ffde0c993e2c1c44847d6945690f8ecf6c76d88a (diff) | |
parent | 08adbed85e4a4dbef5a3934c4ce6b940e939fc14 (diff) | |
download | nextcloud-server-3a565b30b2776dda4aa1f5b11026125c19dc674f.tar.gz nextcloud-server-3a565b30b2776dda4aa1f5b11026125c19dc674f.zip |
Merge pull request #47532 from nextcloud/fix/default-enable-webhooks
feat(webhook_listeners): Enable the app by default
Diffstat (limited to 'core')
-rw-r--r-- | core/shipped.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/shipped.json b/core/shipped.json index 36a3ec50a25..9e2ee27dd1f 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -91,7 +91,8 @@ "updatenotification", "user_status", "viewer", - "weather_status" + "weather_status", + "webhook_listeners" ], "alwaysEnabled": [ "files", |