fix: 🐛 properly index edited post
This commit is contained in:
parent
2115f17875
commit
0b7b2fd36c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue