kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
88ed8f3887
commit
349faf18fa
|
@ -53,7 +53,11 @@ public abstract class SendJob extends MasterSecretJob {
|
||||||
} catch (MmsException me) {
|
} catch (MmsException me) {
|
||||||
throw new UndeliverableMessageException(me);
|
throw new UndeliverableMessageException(me);
|
||||||
}
|
}
|
||||||
return new SendReq(message.getPduHeaders(), body);
|
return new SendReq(message.getPduHeaders(),
|
||||||
|
body,
|
||||||
|
message.getDatabaseMessageId(),
|
||||||
|
message.getDatabaseMessageBox(),
|
||||||
|
message.getSentTimestamp());
|
||||||
}
|
}
|
||||||
|
|
||||||
private PduPart getResolvedPart(MasterSecret masterSecret, MediaConstraints constraints,
|
private PduPart getResolvedPart(MasterSecret masterSecret, MediaConstraints constraints,
|
||||||
|
|
Ładowanie…
Reference in New Issue