Correct flags for story replies.
This commit is contained in:
parent
4a08de370a
commit
e351a0b235
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue