upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/20.md
diff options
context:
space:
mode:
authorJon Staab <jstaab@protonmail.com>2023-05-12 05:10:45 -0700
committerGitHub <noreply@github.com>2023-05-12 05:10:45 -0700
commite5302f84c74cf42d878a3ed18257a16bc0d3b748 (patch)
treeb1a3ad9c0317bf7c38f34c500559b66ff7c0a22d /20.md
parent1c728516dfdc7508ce27eda222bde78466e3457d (diff)
parent4208652dc7a39c63c39559b13c656ec30400fcba (diff)
Merge branch 'master' into patch-1
Diffstat (limited to '20.md')
-rw-r--r--20.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/20.md b/20.md
index 49e2396..7e97dd9 100644
--- a/20.md
+++ b/20.md
@@ -82,7 +82,7 @@ Client Handling
82 82
83For the `pow:` prefix it may query relay metadata to get the updated difficulty requirement and try again in the background. 83For the `pow:` prefix it may query relay metadata to get the updated difficulty requirement and try again in the background.
84 84
85For the `invalid:` and `blocked`: prefix the client may wish to show these as styled error popups. 85For the `invalid:` and `blocked:` prefix the client may wish to show these as styled error popups.
86 86
87The prefixes include a colon so that the message can be cleanly separated from the prefix by taking everything after `:` and trimming it. 87The prefixes include a colon so that the message can be cleanly separated from the prefix by taking everything after `:` and trimming it.
88 88