mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 12:38:33 +00:00
committed by
Moxie Marlinspike
parent
63f7faf5bb
commit
db10e5fec6
@@ -109,7 +109,7 @@ public class EncryptingSmsDatabase extends SmsDatabase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public Pair<Long, Long> updateBundleMessageBody(MasterSecretUnion masterSecret, long messageId, String body) {
|
public Pair<Long, Long> updateBundleMessageBody(MasterSecretUnion masterSecret, long messageId, String body) {
|
||||||
long type = Types.BASE_INBOX_TYPE | Types.SECURE_MESSAGE_BIT;
|
long type = Types.BASE_INBOX_TYPE | Types.SECURE_MESSAGE_BIT | Types.PUSH_MESSAGE_BIT;
|
||||||
String encryptedBody;
|
String encryptedBody;
|
||||||
|
|
||||||
if (masterSecret.getMasterSecret().isPresent()) {
|
if (masterSecret.getMasterSecret().isPresent()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user