Skip to content

Commit

Permalink
Merge 1f3889a into b647524
Browse files Browse the repository at this point in the history
  • Loading branch information
backportbot-nextcloud[bot] authored Nov 21, 2022
2 parents b647524 + 1f3889a commit a82ab10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions img/app-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/Notification/Notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function prepare(INotification $notification, string $languageCode): INot
default:
throw new InvalidArgumentException();
}
$notification->setIcon($this->url->getAbsoluteURL($this->url->imagePath('text', 'app.svg')));
$notification->setIcon($this->url->getAbsoluteURL($this->url->imagePath('text', 'app-dark.svg')));
$notification->setLink($fileLink);
$this->setParsedSubjectFromRichSubject($notification);
return $notification;
Expand Down

0 comments on commit a82ab10

Please sign in to comment.