Skip to content

Commit

Permalink
added a conditional to src/Messages.php to simplify user notification…
Browse files Browse the repository at this point in the history
… text for MMS messages
  • Loading branch information
Ian committed Jan 17, 2024
1 parent 67d3a12 commit a08838b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ private static function _incoming(LocalNumber $destination, string $from, string
Messages::_sendWebPush($destination->domainUUID, $destination->extensionUUID, $from, $to, $bodyStr, $groupUUID);
}

// deliver the webpush notification
Messages::_sendWebPush($destination->domainUUID, $destination->extensionUUID, $from, $to, $bodyStr, $groupUUID);

// deliver via SIP
Messages::_sendSIP($destination->domainName, $destination->extension, $from, $to, $bodyStr, $contentType, $dedupeID, $groupUUID);
}
Expand Down

0 comments on commit a08838b

Please sign in to comment.