Add support for blocked relays
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/util",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "A collection of nostr-related utilities.",
|
||||
|
||||
@@ -5,6 +5,8 @@ import {last, normalizeUrl, stripProtocol} from "@welshman/lib"
|
||||
export enum RelayMode {
|
||||
Read = "read",
|
||||
Write = "write",
|
||||
Search = "search",
|
||||
Blocked = "blocked",
|
||||
Messaging = "messaging",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user