diff options
author | Joas Schilling <coding@schilljs.com> | 2016-11-16 11:39:06 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-11-16 12:20:03 +0100 |
commit | 8105ba99297222b7db97b556a55f306c3f7cabc0 (patch) | |
tree | e0392886e9326015a690d31461394b5ea7c64d6f /apps/comments/appinfo/info.xml | |
parent | 81e9836900139d2fda65fa833e735a62e637ab3b (diff) | |
download | nextcloud-server-8105ba99297222b7db97b556a55f306c3f7cabc0.tar.gz nextcloud-server-8105ba99297222b7db97b556a55f306c3f7cabc0.zip |
Move comments activities to the new API
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/comments/appinfo/info.xml')
-rw-r--r-- | apps/comments/appinfo/info.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/comments/appinfo/info.xml b/apps/comments/appinfo/info.xml index 1c0a38e5668..9d5409a2d62 100644 --- a/apps/comments/appinfo/info.xml +++ b/apps/comments/appinfo/info.xml @@ -13,4 +13,18 @@ <types> <logging/> </types> + + <activity> + <settings> + <setting>OCA\Comments\Activity\Setting</setting> + </settings> + + <filters> + <filter>OCA\Comments\Activity\Filter</filter> + </filters> + + <providers> + <provider>OCA\Comments\Activity\Provider</provider> + </providers> + </activity> </info> |