Send notifications with blossom url to meta.json #276
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "260-meta-blossom"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR updates the Nostr event we send during sigit updates (on create, sign, verify). The event contained stringified
meta.json
as payload and is now replaced with url to themeta.json
on the blossom storage.The notification processing now supports receiving both
meta.json
as content andmetaUrl
on blossom as content (backwards compatibility).Closes #260
Edit:
Closes #185