diff --git a/lib/Push.php b/lib/Push.php index f9c0020a9..203d0eb3b 100644 --- a/lib/Push.php +++ b/lib/Push.php @@ -413,7 +413,7 @@ protected function encryptAndSign(Key $userKey, array $device, int $id, INotific if ($isTalkNotification) { $priority = 'high'; $type = $data['type'] === 'call' ? 'voip' : 'alert'; - } elseif ($data['app'] === 'twofactor_nextcloud_notification') { + } elseif ($data['app'] === 'twofactor_nextcloud_notification' || $data['app'] === 'phonetrack') { $priority = 'high'; $type = 'alert'; } else {