Proper handling of incoming 1:1 story replies
This commit is contained in:
parent
02f01974c2
commit
c981b0d7ea
4 changed files with 12 additions and 8 deletions
|
@ -62,10 +62,8 @@ export async function hydrateStoryContext(
|
|||
);
|
||||
const newMessageAttributes: Partial<MessageAttributesType> = {
|
||||
storyReplyContext: {
|
||||
...context,
|
||||
attachment: undefined,
|
||||
// This is ok to do because story replies only show in 1:1 conversations
|
||||
// so the story that was quoted should be from the same conversation.
|
||||
authorAci: conversation?.getAci(),
|
||||
// No messageId = referenced story not found
|
||||
messageId: '',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue