mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Correct flags for story replies.
This commit is contained in:
committed by
Greyson Parrelli
parent
4a08de370a
commit
e351a0b235
@@ -48,7 +48,8 @@ class StoryDirectReplyRepository(context: Context) {
|
||||
parentStoryId = ParentStoryId.DirectReply(storyId),
|
||||
isStoryReaction = isReaction,
|
||||
outgoingQuote = QuoteModel(message.dateSent, quoteAuthor.id, message.body, false, message.slideDeck.asAttachments(), null, QuoteModel.Type.NORMAL, message.messageRanges),
|
||||
bodyRanges = bodyRangeList
|
||||
bodyRanges = bodyRangeList,
|
||||
isSecure = true
|
||||
),
|
||||
threadId,
|
||||
MessageSender.SendType.SIGNAL,
|
||||
|
||||
Reference in New Issue
Block a user