summaryrefslogtreecommitdiff
path: root/desk/sur/nostrill.hoon
diff options
context:
space:
mode:
Diffstat (limited to 'desk/sur/nostrill.hoon')
-rw-r--r--desk/sur/nostrill.hoon11
1 files changed, 6 insertions, 5 deletions
diff --git a/desk/sur/nostrill.hoon b/desk/sur/nostrill.hoon
index 70ce480..a091dd0 100644
--- a/desk/sur/nostrill.hoon
+++ b/desk/sur/nostrill.hoon
@@ -12,9 +12,9 @@
:: nostr feed from relays
=nostr-feed
:: profiles
- profiles=(map @ux user-meta:nostr)
- following=(map @ux =feed:trill)
- follow-graph=(map @ux (set follow))
+ profiles=(map user user-meta:nostr)
+ following=(map user =feed:trill)
+ follow-graph=(map user (set user))
:: TODO global feed somehow?
==
@@ -29,6 +29,7 @@ $: pub=(unit @ux)
relay=(unit @t)
pr=(unit user-meta:nostr)
==
++$ user $%([%urbit p=@p] [%nostr p=@ux])
+$ follow [pubkey=@ux name=@t relay=(unit @t)]
++ ui
@@ -52,8 +53,8 @@ $: pub=(unit @ux)
[%del pubkey=@ux]
==
+$ fols-poke
- $% [%add pubkey=@ux]
- [%del pubkey=@ux]
+ $% [%add =user]
+ [%del =user]
==
+$ prof-poke
$% [%add meta=user-meta:nostr]