diff options
| author | polwex <polwex@sortug.com> | 2025-11-18 05:43:28 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-11-18 05:43:28 +0700 |
| commit | 2497097f6cd639f9bfefec1d037a8c19a65e8145 (patch) | |
| tree | 5a96016bcb020fdebe29156f37e35e92be3116c1 /app/lib/nostrill/follows.hoon | |
| parent | 95d6b57ae9bd152724c26151c7247508acbb022e (diff) | |
big fixes to websockets handling
Diffstat (limited to 'app/lib/nostrill/follows.hoon')
| -rw-r--r-- | app/lib/nostrill/follows.hoon | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/lib/nostrill/follows.hoon b/app/lib/nostrill/follows.hoon index 942a876..fb477d6 100644 --- a/app/lib/nostrill/follows.hoon +++ b/app/lib/nostrill/follows.hoon @@ -33,8 +33,10 @@ ++ handle-follow-res |= =res:comms ?- -.res - %ng :: bruh - `state + %ng + :_ state + =/ =fact:ui:sur [%hark %fols [%urbit src.bowl] .n msg.res] + =/ c (update-ui:cards:lib fact) :~(c) %ok ?- -.p.res %feed (handle-follow-ok [%urbit src.bowl] fc.+.p.res profile.+.p.res) |
