mirror of
https://github.com/micahflee/TM-SGNL-Android.git
synced 2025-08-04 19:08:33 +00:00
FIX - SIG-1583 - Message body is printed in the logs
This commit is contained in:
parent
e48237dc5d
commit
78bf3927ea
5 changed files with 2 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -5,6 +5,7 @@ import com.tm.androidcopysdk.model.ArchiveMessage
|
|||
import com.tm.androidcopysdk.model.ArchiveMessageType
|
||||
import com.tm.androidcopysdk.model.Direction
|
||||
import com.tm.androidcopysdk.model.Timestamp
|
||||
import com.tm.model.SecretProperty
|
||||
import org.archiver.model.Messages.isCallMessage
|
||||
import org.archiver.model.Messages.isMultimediaMessage
|
||||
import org.archiver.model.Messages.isSmsMessage
|
||||
|
@ -63,7 +64,7 @@ class SignalArchiveMessageConverter(
|
|||
isDeleted = isDeleted,
|
||||
isRemoteDeleted = isRemoteDeleted,
|
||||
isForwarded = false,
|
||||
body = message.getDisplayBody(context).toString(),
|
||||
body = SecretProperty(message.getDisplayBody(context).toString()),
|
||||
timestamp = Timestamp(message.timestamp),
|
||||
chat = chat,
|
||||
sender = sender,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue