Closed drunkplato closed 2 years ago
There was an issue with someone being kicked and rejoining and the discovery taking significant time. Errors in subscriptions
app/spaces.hoon
There are two concepts here: actions
and reactions
.
actions
are pokes
.
reactions
handle updates from subscriptions.
++ core .
::
++ spaces
++ action
++ handle-add
++ handle-update
++ handle-remove
++ handle-kicked
++ handle-joined
++ reaction
++ on-initial
++ on-add
++ on-remove
++ on-joined
::
++ visa
++ action
++ handle-send
++ handle-invited
++ handle-accept
++ handle-decline
++ handle-stamped
++ handle-kicked
++ reaction
++ on-sent
++ on-accepted
++ on-kicked
::