fix: 🐛 properly index edited post
This commit is contained in:
parent
fe0ceb98c5
commit
b179970f15
|
@ -599,7 +599,7 @@ export default define(meta, paramDef, async (ps, user) => {
|
|||
}
|
||||
|
||||
if (publishing) {
|
||||
index(note);
|
||||
index(note, true);
|
||||
|
||||
// Publish update event for the updated note details
|
||||
publishNoteStream(note.id, "updated", {
|
||||
|
|
Loading…
Reference in New Issue