mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-10 00:54:20 +01:00
feat(DittoEvent): add zap_message field
This commit is contained in:
@@ -42,4 +42,5 @@ export interface DittoEvent extends NostrEvent {
|
||||
/** Kind 0 or pubkey that zapped */
|
||||
zap_sender?: DittoEvent | string;
|
||||
zap_amount?: number;
|
||||
zap_message?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user