android: add reply-forward preview data foundation
Some checks are pending
CI / test (push) Has started running
Some checks are pending
CI / test (push) Has started running
This commit is contained in:
@@ -92,7 +92,10 @@ class MessageDaoTest {
|
||||
senderUsername = "user",
|
||||
senderAvatarUrl = null,
|
||||
replyToMessageId = null,
|
||||
replyPreviewText = null,
|
||||
replyPreviewSenderName = null,
|
||||
forwardedFromMessageId = null,
|
||||
forwardedFromDisplayName = null,
|
||||
type = "text",
|
||||
text = text,
|
||||
status = null,
|
||||
|
||||
@@ -66,7 +66,10 @@ class MessageActionStateTest {
|
||||
isOutgoing = true,
|
||||
status = "sent",
|
||||
replyToMessageId = null,
|
||||
replyPreviewText = null,
|
||||
replyPreviewSenderName = null,
|
||||
forwardedFromMessageId = null,
|
||||
forwardedFromDisplayName = null,
|
||||
attachmentWaveform = null,
|
||||
attachments = emptyList(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user