Browse Source

Polite call notification for private calls

Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
pull/4475/head
Jakob Röhrl 5 years ago
committed by Joas Schilling
parent
commit
a285bedc27
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 2
      lib/Notification/Notifier.php

2
lib/Notification/Notifier.php

@ -569,7 +569,7 @@ class Notifier implements INotifier {
if ($user instanceof IUser) {
if ($this->notificationManager->isPreparingPushNotification() || $this->participantService->hasActiveSessionsInCall($room)) {
$notification = $this->addActionButton($notification, $l->t('Answer call'));
$subject = $l->t('{user} wants to talk with you');
$subject = $l->t('{user} would like to talk with you');
} else {
$notification = $this->addActionButton($notification, $l->t('Call back'));
$subject = $l->t('You missed a call from {user}');

Loading…
Cancel
Save