mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-14 19:04:26 +01:00
feat(DittoEvent): add zapped, zap_sender & zap_amount
This commit is contained in:
@@ -37,4 +37,9 @@ export interface DittoEvent extends NostrEvent {
|
||||
reported_notes?: DittoEvent[];
|
||||
/** Admin event relationship. */
|
||||
info?: DittoEvent;
|
||||
/** Kind 1 being zapped */
|
||||
zapped?: DittoEvent;
|
||||
/** Kind 0 or pubkey that zapped */
|
||||
zap_sender?: DittoEvent | string;
|
||||
zap_amount?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user