diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-08-27 16:00:00 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-08-27 16:00:00 +0200 |
commit | 08adbed85e4a4dbef5a3934c4ce6b940e939fc14 (patch) | |
tree | f0f80577bde2933d971b2ddd5b52a1ece0cb25c5 /core/shipped.json | |
parent | b8b5f2c8aae9429167914ee97474ef3697324330 (diff) | |
download | nextcloud-server-08adbed85e4a4dbef5a3934c4ce6b940e939fc14.tar.gz nextcloud-server-08adbed85e4a4dbef5a3934c4ce6b940e939fc14.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", |