mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-15 11:48:21 +00:00
feat: tag zap goals
This commit is contained in:
@ -120,6 +120,13 @@ class _StreamPage extends State<StreamPage> {
|
||||
return ZapWidget(
|
||||
pubkey: widget.stream.info.host,
|
||||
target: widget.stream.event,
|
||||
zapTags:
|
||||
// tag goal onto zap request
|
||||
widget.stream.info.goal != null
|
||||
? [
|
||||
["e", widget.stream.info.goal!],
|
||||
]
|
||||
: null,
|
||||
);
|
||||
},
|
||||
);
|
||||
|
Reference in New Issue
Block a user