diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-08-27 16:00:00 +0200 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-08-28 22:09:34 +0200 |
commit | 328b1e2b5f27135f9cc48ff675314df472898867 (patch) | |
tree | 8650f8799db352a7d6a878c7e0436b8fcea2ab8c /core/shipped.json | |
parent | d854ed5dfc54f42ad0118c3f8e0d5e3dc89f8af5 (diff) | |
download | nextcloud-server-328b1e2b5f27135f9cc48ff675314df472898867.tar.gz nextcloud-server-328b1e2b5f27135f9cc48ff675314df472898867.zip |
feat(webhook_listeners): Enable the app by default
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'core/shipped.json')
-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", |