summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-10-19 12:38:25 +0200
committerJoas Schilling <coding@schilljs.com>2016-10-20 12:14:59 +0200
commitcf2d1b242746eb49a52c7d199744a6883f89448d (patch)
tree7547a71526bd5ce4a95b9006aedc00d153ad8f08 /apps/federatedfilesharing/appinfo
parentb35d2fd8f2e96f56951e33d27d07cb213375e46b (diff)
downloadnextcloud-server-cf2d1b242746eb49a52c7d199744a6883f89448d.tar.gz
nextcloud-server-cf2d1b242746eb49a52c7d199744a6883f89448d.zip
Move federated share notifications to ROS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/federatedfilesharing/appinfo')
-rw-r--r--apps/federatedfilesharing/appinfo/app.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/appinfo/app.php b/apps/federatedfilesharing/appinfo/app.php
index f54c47b7829..7f4e4601977 100644
--- a/apps/federatedfilesharing/appinfo/app.php
+++ b/apps/federatedfilesharing/appinfo/app.php
@@ -32,7 +32,8 @@ $app->registerSettings();
$manager = \OC::$server->getNotificationManager();
$manager->registerNotifier(function() {
return new Notifier(
- \OC::$server->getL10NFactory()
+ \OC::$server->getL10NFactory(),
+ \OC::$server->getContactsManager()
);
}, function() use ($l) {
return [