mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-20 19:01:30 +00:00
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()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user