diff options
author | Georg Ehrke <developer@georgehrke.com> | 2020-07-31 20:47:06 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2020-08-03 08:38:47 +0200 |
commit | a8c4a8367a6beb1c106a9858aa972b41a1827fb2 (patch) | |
tree | 2e32a1fe04ac4605e58e34c801c4787b03e0151e /core | |
parent | 8e01ff15df434f4f3452daff9614dca66a27a4ab (diff) | |
download | nextcloud-server-a8c4a8367a6beb1c106a9858aa972b41a1827fb2.tar.gz nextcloud-server-a8c4a8367a6beb1c106a9858aa972b41a1827fb2.zip |
Enable user_status by default
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/shipped.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/shipped.json b/core/shipped.json index b700b3fab37..f59dd609899 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -6,6 +6,7 @@ "cloud_federation_api", "comments", "contactsinteraction", + "dashboard", "dav", "encryption", "federatedfilesharing", @@ -40,6 +41,7 @@ "twofactor_backupcodes", "updatenotification", "user_ldap", + "user_status", "viewer", "workflowengine" ], |