diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-11-04 23:46:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-04 23:46:42 +0100 |
commit | 0ac1298867416ee437aefed46c03cf1202bcf1b0 (patch) | |
tree | 916606cb6bd6a528f8c6a4b09fe5953f19143a8d /apps/files_sharing/appinfo | |
parent | a767a2f0a34034f2166e3b02e80bf00f67f522be (diff) | |
parent | 1ac57e76fadc1cf47f27134e98197068850df469 (diff) | |
download | nextcloud-server-0ac1298867416ee437aefed46c03cf1202bcf1b0.tar.gz nextcloud-server-0ac1298867416ee437aefed46c03cf1202bcf1b0.zip |
Merge pull request #17727 from nextcloud/enh/share_expiration_notification
Enh/share expiration notification
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r-- | apps/files_sharing/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index a1b91de7ded..a90303828f5 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -41,6 +41,7 @@ Turning the feature off removes shared files and folders on the server for all s <commands> <command>OCA\Files_Sharing\Command\CleanupRemoteStorages</command> + <command>OCA\Files_Sharing\Command\ExiprationNotification</command> </commands> <activity> |