mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
feat(DittoEvent): add zapped, zap_sender & zap_amount
This commit is contained in:
parent
8b5940298c
commit
6e2508063b
1 changed files with 5 additions and 0 deletions
|
|
@ -37,4 +37,9 @@ export interface DittoEvent extends NostrEvent {
|
||||||
reported_notes?: DittoEvent[];
|
reported_notes?: DittoEvent[];
|
||||||
/** Admin event relationship. */
|
/** Admin event relationship. */
|
||||||
info?: DittoEvent;
|
info?: DittoEvent;
|
||||||
|
/** Kind 1 being zapped */
|
||||||
|
zapped?: DittoEvent;
|
||||||
|
/** Kind 0 or pubkey that zapped */
|
||||||
|
zap_sender?: DittoEvent | string;
|
||||||
|
zap_amount?: number;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue