mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
feat(DittoEvent): add zap_message field
This commit is contained in:
parent
07c364b829
commit
7fea333483
1 changed files with 1 additions and 0 deletions
|
|
@ -42,4 +42,5 @@ export interface DittoEvent extends NostrEvent {
|
||||||
/** Kind 0 or pubkey that zapped */
|
/** Kind 0 or pubkey that zapped */
|
||||||
zap_sender?: DittoEvent | string;
|
zap_sender?: DittoEvent | string;
|
||||||
zap_amount?: number;
|
zap_amount?: number;
|
||||||
|
zap_message?: string;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue