Skip to content

Commit

Permalink
Shunt BCC messages directly to MMS transport.
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie0 committed Feb 23, 2014
1 parent 8093b14 commit e188f62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public MmsSendResult deliver(SendReq mediaMessage, long threadId)
throws UndeliverableMessageException, RetryLaterException, UntrustedIdentityException
{
if (Util.isEmpty(mediaMessage.getTo())) {
throw new UndeliverableMessageException("No destination specified");
return mmsTransport.deliver(mediaMessage);
}

if (GroupUtil.isEncodedGroup(mediaMessage.getTo()[0].getString())) {
Expand Down

0 comments on commit e188f62

Please sign in to comment.