feat: chat context menu

ref #7
This commit is contained in:
2025-05-12 12:56:09 +01:00
parent a5aa8c5fa7
commit 0fcb773afc
4 changed files with 193 additions and 96 deletions

View File

@ -147,7 +147,7 @@ class _ZapWidget extends State<ZapWidget> {
pubKey: widget.pubkey,
eventId: widget.target?.id,
addressableId:
widget.target != null
widget.target != null && widget.target!.kind >= 30_000 && widget.target!.kind < 40_000
? "${widget.target!.kind}:${widget.target!.pubKey}:${widget.target!.getDtag()!}"
: null,
relays: defaultRelays,