mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-03 19:55:40 +00:00
Correctly handle PKWM via SMS.
This commit is contained in:
parent
baaa3514d4
commit
a85dbce041
@ -102,7 +102,7 @@ public class EncryptingSmsDatabase extends SmsDatabase {
|
|||||||
public void updateBundleMessageBody(MasterSecret masterSecret, long messageId, String body) {
|
public void updateBundleMessageBody(MasterSecret masterSecret, long messageId, String body) {
|
||||||
String encryptedBody = getEncryptedBody(masterSecret, body);
|
String encryptedBody = getEncryptedBody(masterSecret, body);
|
||||||
updateMessageBodyAndType(messageId, encryptedBody, Types.TOTAL_MASK,
|
updateMessageBodyAndType(messageId, encryptedBody, Types.TOTAL_MASK,
|
||||||
Types.BASE_INBOX_TYPE | Types.SECURE_MESSAGE_BIT);
|
Types.BASE_INBOX_TYPE | Types.ENCRYPTION_SYMMETRIC_BIT | Types.SECURE_MESSAGE_BIT);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void updateMessageBody(MasterSecret masterSecret, long messageId, String body) {
|
public void updateMessageBody(MasterSecret masterSecret, long messageId, String body) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user