Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/activity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-10-21 15:31:08 +0300
committerJoas Schilling <coding@schilljs.com>2016-11-16 11:45:07 +0300
commitd110693117625dbff54a48b5fd2603ec571e8186 (patch)
treedcc201981ed2c5924d8557c25ddd8413bf536f18 /appinfo
parentf4a73d52f57922c21bd4e749aa53859e96f1c37a (diff)
Register our filters via IFilter as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rwxr-xr-xappinfo/info.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 25e052fb..ea3809ca 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -32,6 +32,14 @@
<nextcloud min-version="11" max-version="11" />
</dependencies>
+ <activity>
+ <filters>
+ <filter>OCA\Activity\Filter\AllFilter</filter>
+ <filter>OCA\Activity\Filter\SelfFilter</filter>
+ <filter>OCA\Activity\Filter\ByFilter</filter>
+ </filters>
+ </activity>
+
<background-jobs>
<job>OCA\Activity\BackgroundJob\EmailNotification</job>
<job>OCA\Activity\BackgroundJob\ExpireActivities</job>