Implement event deletion logic with relay handling in App.svelte and add connectToRelay method in NostrClient
Some checks failed
Go / build (push) Has been cancelled

This commit enhances the event deletion process by introducing conditional publishing to external relays based on user roles and ownership. It also adds a new method in the NostrClient class to connect to a single relay, improving the flexibility of relay management. The version is bumped to v0.12.3 to reflect these changes.
This commit is contained in:
2025-10-10 09:07:43 +01:00
parent cad366795a
commit 27af174753
3 changed files with 97 additions and 10 deletions

View File

@@ -1 +1 @@
v0.12.2
v0.12.3