Migrate collections to new stores, change some conventions

This commit is contained in:
Jon Staab
2025-11-19 16:47:17 -08:00
parent d197acc41e
commit 6d36f5a912
29 changed files with 354 additions and 414 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ The `Relay` module provides utilities for working with Nostr relays, including U
export enum RelayMode {
Read = "read",
Write = "write",
Inbox = "inbox"
Messaging = "messaging"
}
// Relay information from NIP-11