mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-30 15:36:41 +00:00
Locally encrypted messages no longer show as ciphertext notifications.
This commit is contained in:
@@ -122,7 +122,7 @@ public class DecryptingQueue {
|
||||
SmsMessageRecord record)
|
||||
{
|
||||
long messageId = record.getId();
|
||||
String body = record.getBody();
|
||||
String body = record.getBody().getBody();
|
||||
String originator = record.getIndividualRecipient().getNumber();
|
||||
boolean isSecureMessage = record.isSecure();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user