Ensure messageCache is updated when properties are unset
This commit is contained in:
parent
6906e39c87
commit
ce276b56c2
3 changed files with 3 additions and 3 deletions
|
@ -89,7 +89,7 @@ async function cleanupStoryReplies(
|
|||
reply,
|
||||
'cleanupStoryReplies/1:1'
|
||||
);
|
||||
model.unset('storyReplyContext');
|
||||
model.set('storyReplyContext', undefined);
|
||||
await model.hydrateStoryContext(story, { shouldSave: true });
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue