upleb.uk

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

summaryrefslogtreecommitdiff
path: root/29.md
diff options
context:
space:
mode:
authorJosh Brown <josh@roadfiresoftware.com>2024-11-15 11:14:19 -0500
committerfiatjaf_ <fiatjaf@gmail.com>2024-11-15 16:49:35 -0300
commit8794be6775a6264a82ed8044b14f3c5e4eb01122 (patch)
treecdbf3838972309f62f40ea5291ca6d803f86315b /29.md
parenteca0a83d097e274bc1c4b416315b5f2e924f7e02 (diff)
Fix typo in NIP-29
Diffstat (limited to '29.md')
-rw-r--r--29.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/29.md b/29.md
index e4673dd..f0ba8ab 100644
--- a/29.md
+++ b/29.md
@@ -26,7 +26,7 @@ Group identifiers must be strings restricted to the characters `a-z0-9-_`.
26 26
27When encountering just the `<host>` without the `'<group-id>`, clients can choose to connect to the group with id `_`, which is a special top-level group dedicated to relay-local discussions. 27When encountering just the `<host>` without the `'<group-id>`, clients can choose to connect to the group with id `_`, which is a special top-level group dedicated to relay-local discussions.
28 28
29Group identifiers in most cases should be random or pseudo-random, as that mitigates message replay confusiong and ensures they can be migrated or forked to other relays easily without risking conflicting with other groups using the same id in these new relays. This isn't a hard rule, as, for example, in `unmanaged` and/or ephemeral relays groups might not want to migrate ever, so they might not care about this. Notably, the `_` relay-local group isn't expected to be migrated ever. 29Group identifiers in most cases should be random or pseudo-random, as that mitigates message replay confusion and ensures they can be migrated or forked to other relays easily without risking conflicting with other groups using the same id in these new relays. This isn't a hard rule, as, for example, in `unmanaged` and/or ephemeral relays groups might not want to migrate ever, so they might not care about this. Notably, the `_` relay-local group isn't expected to be migrated ever.
30 30
31## The `h` tag 31## The `h` tag
32 32