diff options
author | Joas Schilling <coding@schilljs.com> | 2016-11-22 14:29:50 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-11-23 11:19:44 +0100 |
commit | bfecdd4422f91dd931f6c79956dde23b58deeb74 (patch) | |
tree | 5692920a661d6f045b5f9e1c3fab093fbcce08eb /apps/comments | |
parent | 56cfd0a6e408b1350d490e9bea35fadcbde2bdb4 (diff) | |
download | nextcloud-server-bfecdd4422f91dd931f6c79956dde23b58deeb74.tar.gz nextcloud-server-bfecdd4422f91dd931f6c79956dde23b58deeb74.zip |
Use the comment icon for the notifications
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/lib/Notification/Notifier.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/comments/lib/Notification/Notifier.php b/apps/comments/lib/Notification/Notifier.php index 15a3a1eab76..170538512d8 100644 --- a/apps/comments/lib/Notification/Notifier.php +++ b/apps/comments/lib/Notification/Notifier.php @@ -139,6 +139,7 @@ class Notifier implements INotifier { ] ); } + $notification->setIcon($this->url->getAbsoluteURL($this->url->imagePath('core', 'actions/comment.svg'))); return $notification; break; |