зеркало из https://github.com/nextcloud/spreed.git
Use short beautiful links for notifications
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
a0d78426c9
Коммит
83861e53e1
|
@ -112,7 +112,7 @@ class Notifier implements INotifier {
|
|||
|
||||
$notification
|
||||
->setIcon($this->url->getAbsoluteURL($this->url->imagePath('spreed', 'app-dark.svg')))
|
||||
->setLink($this->url->linkToRouteAbsolute('spreed.Page.index') . '?token=' . $room->getToken());
|
||||
->setLink($this->url->linkToRouteAbsolute('spreed.pagecontroller.showCall', ['token' => $room->getToken()]));
|
||||
|
||||
$subject = $notification->getSubject();
|
||||
if ($subject === 'invitation') {
|
||||
|
|
Загрузка…
Ссылка в новой задаче