feat: 💨
This commit is contained in:
parent
32ec3af729
commit
6df352a2ab
3 changed files with 7 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue