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/nostrill.hoon | |
| parent | 4bad4b5705144b6a537053c68c3c2c3f5984de85 (diff) | |
Improvements to handling nostr post on backend
Diffstat (limited to 'app/lib/nostrill.hoon')
| -rw-r--r-- | app/lib/nostrill.hoon | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/lib/nostrill.hoon b/app/lib/nostrill.hoon index 32099b2..bdc6d4a 100644 --- a/app/lib/nostrill.hoon +++ b/app/lib/nostrill.hoon @@ -32,6 +32,12 @@ =/ res-event=websocket-event:eyre [%message 1 `octs] :~ (give-ws-payload-server:ws wid res-event) == + +++ user-to-atom |= u=user:sur ^- @ + ?- -.u + %urbit +.u + %nostr +.u + == :: |
