upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--56.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/56.md b/56.md
index 42174fb..43b7bad 100644
--- a/56.md
+++ b/56.md
@@ -63,10 +63,9 @@ Example events
63{ 63{
64 "kind": 1984, 64 "kind": 1984,
65 "tags": [ 65 "tags": [
66 ["p", <impersonator pubkey>, "impersonation"], 66 ["p", <impersonator pubkey>, "impersonation"]
67 ["p", <victim pubkey>]
68 ], 67 ],
69 "content": "Profile is imitating #[1]", 68 "content": "Profile is impersonating nostr:<victim bech32 pubkey>",
70 ... 69 ...
71} 70}
72``` 71```
@@ -75,7 +74,7 @@ Client behavior
75--------------- 74---------------
76 75
77Clients can use reports from friends to make moderation decisions if they 76Clients can use reports from friends to make moderation decisions if they
78choose to. For instance, if 3+ of your friends report a profile as explicit, 77choose to. For instance, if 3+ of your friends report a profile for `nudity`,
79clients can have an option to automatically blur photos from said account. 78clients can have an option to automatically blur photos from said account.
80 79
81 80