We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf9f22 commit bef6d2aCopy full SHA for bef6d2a
lib/Notification/Notifier.php
@@ -89,7 +89,7 @@ public function prepare(INotification $notification, $languageCode) {
89
}
90
91
$notification
92
- ->setIcon($this->url->getAbsoluteURL($this->url->imagePath('spreed', 'app.svg')))
+ ->setIcon($this->url->getAbsoluteURL($this->url->imagePath('spreed', 'app-dark.svg')))
93
->setLink($this->url->linkToRouteAbsolute('spreed.Page.index') . '?token=' . $room->getToken());
94
95
$subject = $notification->getSubject();
0 commit comments