feat: 💨

This commit is contained in:
codytseng
2025-08-16 16:36:11 +08:00
parent 32ec3af729
commit 6df352a2ab
3 changed files with 7 additions and 4 deletions

View File

@@ -136,7 +136,7 @@ class NoteStatsService {
...(this.noteStatsMap.get(event.id) ?? {}),
updatedAt: dayjs().unix()
})
return events
return this.noteStatsMap.get(event.id) ?? {}
}
subscribeNoteStats(noteId: string, callback: () => void) {