Move getRelayUrls to getRelaysFromList

This commit is contained in:
Jon Staab
2025-04-24 17:10:41 -07:00
parent 3d1a6a106e
commit 3636064f25
6 changed files with 46 additions and 48 deletions
+6
View File
@@ -2,6 +2,12 @@ import {last, normalizeUrl, stripProtocol} from "@welshman/lib"
// Constants and types
export enum RelayMode {
Read = "read",
Write = "write",
Inbox = "inbox",
}
export type RelayProfile = {
url: string
icon?: string