Accept tags to patch event
This commit is contained in:
@ -71,7 +71,7 @@ public class NostrController : Controller
|
||||
var pubkey = GetPubKey();
|
||||
if (string.IsNullOrEmpty(pubkey)) return Unauthorized();
|
||||
|
||||
await _streamManager.PatchEvent(pubkey, req.Title, req.Summary, req.Image);
|
||||
await _streamManager.PatchEvent(pubkey, req.Title, req.Summary, req.Image, req.Tags);
|
||||
return Accepted();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user