Shunt BCC messages directly to MMS transport.

This commit is contained in:
Moxie Marlinspike 2014-02-23 14:39:07 -08:00
parent 8093b14922
commit e188f62d70

View File

@ -100,7 +100,7 @@ public class UniversalTransport {
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())) {