|
|
@ -556,9 +556,11 @@ public class ServiceSend extends ServiceBase {
|
|
|
|
throw new IOException("Test");
|
|
|
|
throw new IOException("Test");
|
|
|
|
db.identity().setIdentityState(ident.id, "connected");
|
|
|
|
db.identity().setIdentityState(ident.id, "connected");
|
|
|
|
|
|
|
|
|
|
|
|
Long max_size = iservice.getMaxSize();
|
|
|
|
if (ident.max_size == null) {
|
|
|
|
if (max_size != null)
|
|
|
|
Long max_size = iservice.getMaxSize();
|
|
|
|
db.identity().setIdentityMaxSize(ident.id, max_size);
|
|
|
|
if (max_size != null)
|
|
|
|
|
|
|
|
db.identity().setIdentityMaxSize(ident.id, max_size);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
Address[] to = imessage.getAllRecipients();
|
|
|
|
Address[] to = imessage.getAllRecipients();
|
|
|
|
String via = "via " + ident.host + "/" + ident.user +
|
|
|
|
String via = "via " + ident.host + "/" + ident.user +
|
|
|
|