mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-01 04:34:24 +01:00
fix: add zaps_amount to EventStats
This commit is contained in:
@@ -13,6 +13,7 @@ export interface EventStats {
|
||||
reposts_count: number;
|
||||
quotes_count: number;
|
||||
reactions: Record<string, number>;
|
||||
zaps_amount: number;
|
||||
}
|
||||
|
||||
/** Internal Event representation used by Ditto, including extra keys. */
|
||||
|
||||
Reference in New Issue
Block a user