mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
fix: add zaps_amount to EventStats
This commit is contained in:
parent
18648f7be3
commit
d78bc038e8
1 changed files with 1 additions and 0 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue