diff options
Diffstat (limited to 'desk/sur/nostril.hoon')
-rw-r--r-- | desk/sur/nostril.hoon | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desk/sur/nostril.hoon b/desk/sur/nostril.hoon index 87f6611..b22ac10 100644 --- a/desk/sur/nostril.hoon +++ b/desk/sur/nostril.hoon @@ -11,10 +11,11 @@ :: feeds own=feed:feed following=(map @ux [profile=user-meta =feed:feed]) - follow-graph=(map @ux (set [pubkey=@ux name=@t relay=(unit @t)])) + follow-graph=(map @ux (set follow)) :: TODO global feed somehow? == ++$ follow [pubkey=@ux name=@t relay=(unit @t)] +$ keys [pub=@ priv=@] ++ default ^- state-0 =/ s *state-0 s(relays (silt ~['wss://relay.damus.io' 'wss://nos.lol'])) :: NOSTR structs |