Skip to content

Commit

Permalink
Merge branch 'nextcloud:master' into MailNotifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarnoin authored Aug 28, 2021
2 parents ca7fc83 + 0b5d0e8 commit f0435ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Push.php
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,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 {
Expand Down

0 comments on commit f0435ef

Please sign in to comment.