Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chat: send more facts to / subscriptions #3524

Merged
merged 2 commits into from
May 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions desk/app/chat.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@
|= =action:club:c
=/ =cage chat-club-action+!>(action)
=. cor
(emit %give %fact ~[/clubs] cage)
(emit %give %fact ~[/ /clubs] cage)
cu-core
::
++ cu-give-writs-diff
Expand All @@ -1205,10 +1205,10 @@
?~ response cu-core
=. cor
=/ =cage writ-response+!>(u.response)
(emit %give %fact ~[cu-area] cage)
(emit %give %fact ~[/ cu-area] cage)
=. cor
=/ =cage writ-response+!>(u.response)
(emit %give %fact ~[cu-area-writs] cage)
(emit %give %fact ~[/ cu-area-writs] cage)
cu-core
::
++ cu-diff
Expand Down Expand Up @@ -1495,7 +1495,7 @@
=/ invites
?: (~(has by dms) ship) ~(key by pending-dms)
(~(put in ~(key by pending-dms)) ship)
(give %fact ~[/dm/invited] ships+!>(invites))
(give %fact ~[/ /dm/invited] ships+!>(invites))
::
++ verses-to-inlines :: for backcompat
|= l=(list verse:d)
Expand Down Expand Up @@ -1569,10 +1569,10 @@
?~ response di-core
=. cor
=/ =cage writ-response+!>(u.response)
(emit %give %fact ~[di-area] cage)
(emit %give %fact ~[/ di-area] cage)
=. cor
=/ =cage writ-response+!>(u.response)
(emit %give %fact ~[di-area-writs] cage)
(emit %give %fact ~[/ di-area-writs] cage)
di-core
::
++ di-ingest-diff
Expand Down
Loading