mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Fix story reply synchronization.
This commit is contained in:
committed by
Cody Henthorne
parent
9326c1726a
commit
b1dacf4acd
@@ -1912,7 +1912,7 @@ public final class MessageContentProcessor {
|
||||
|
||||
if (message.getDataMessage().get().getGroupContext().isPresent()) {
|
||||
parentStoryId = new ParentStoryId.GroupReply(storyMessageId.getId());
|
||||
} else if (groupStory || SignalDatabase.storySends().canReply(storyAuthorRecipient, storyContext.getSentTimestamp())) {
|
||||
} else if (groupStory || story.getStoryType().isStoryWithReplies()) {
|
||||
parentStoryId = new ParentStoryId.DirectReply(storyMessageId.getId());
|
||||
|
||||
String quoteBody = "";
|
||||
|
||||
Reference in New Issue
Block a user