mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-21 15:34:21 +01:00
stats: handle follow/following counts
This commit is contained in:
@@ -71,7 +71,7 @@ async function storeEvent(event: Event, data: EventData): Promise<void> {
|
||||
} else {
|
||||
await Promise.all([
|
||||
eventsDB.insertEvent(event, data).catch(console.warn),
|
||||
updateStats(event),
|
||||
updateStats(event).catch(console.warn),
|
||||
]);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user