diff options
| author | polwex <polwex@sortug.com> | 2025-11-19 05:47:15 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-11-19 05:47:15 +0700 |
| commit | e6e657be3a3b1dae426b46f3bc16f9a5cf4861c2 (patch) | |
| tree | 8c04343c4b13861f2124b34f16652418e671e423 /app/lib/json/nostr.hoon | |
| parent | 4bad4b5705144b6a537053c68c3c2c3f5984de85 (diff) | |
Improvements to handling nostr post on backend
Diffstat (limited to 'app/lib/json/nostr.hoon')
| -rw-r--r-- | app/lib/json/nostr.hoon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/json/nostr.hoon b/app/lib/json/nostr.hoon index 0b1a79a..05713a5 100644 --- a/app/lib/json/nostr.hoon +++ b/app/lib/json/nostr.hoon @@ -42,7 +42,7 @@ |= e=event:sur ^- json =/ pubkey ?. nostr (hex:en:common pubkey.e) - =/ pubkeyt (scow:sr %ux pubkey.e) + =/ pubkeyt (scow:parsing:sr %ux pubkey.e) ?~ pubkeyt !! [%s (crip t.pubkeyt)] %: pairs |
