fix: 🐛 properly index edited post

This commit is contained in:
ThatOneCalculator 2023-06-18 19:04:04 -07:00
parent fe0ceb98c5
commit b179970f15
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 1 additions and 1 deletions

View File

@ -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", {