Skip to content

Commit

Permalink
chat: make sure we bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arthyn committed Jul 18, 2024
1 parent a5d352f commit 7e25e22
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions desk/app/chat.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -1321,6 +1321,9 @@
(add now.bowl (div ~s1 100))
=. recency.remark.club now.bowl
=. cor (give-unread club/id cu-unread)
=/ concern [%post p.diff.delta now.bowl]
=/ mention (was-mentioned:utils content.memo our.bowl)
=. cu-core (cu-activity concern content.memo mention)
?: =(our.bowl author.memo) (cu-give-writs-diff diff.delta)
?^ kind.q.diff.delta (cu-give-writs-diff diff.delta)
=/ new-yarn
Expand All @@ -1333,9 +1336,6 @@
~
=? cor (want-hark %to-us)
(emit (pass-yarn new-yarn))
=/ concern [%post p.diff.delta now.bowl]
=/ mention (was-mentioned:utils content.memo our.bowl)
=. cu-core (cu-activity concern content.memo mention)
(cu-give-writs-diff diff.delta)
::
%reply
Expand All @@ -1353,9 +1353,13 @@
(~(put in unread-threads.remark.club) p.diff.delta)
=. recency.remark.club now.bowl
=. cor (give-unread club/id cu-unread)
?: =(our.bowl author.memo) (cu-give-writs-diff diff.delta)
?~ entry (cu-give-writs-diff diff.delta)
=* op writ.u.entry
=/ top-con [id time]:op
=/ concern [%reply [id.q.diff.delta now.bowl] top-con]
=/ mention (was-mentioned:utils content.memo our.bowl)
=. cu-core (cu-activity concern content.memo mention)
?: =(our.bowl author.memo) (cu-give-writs-diff diff.delta)
=/ new-yarn
%^ cu-spin
/message/(scot %p p.id.op)/(scot %ud q.id.op)
Expand All @@ -1367,10 +1371,6 @@
~
=? cor (want-hark %to-us)
(emit (pass-yarn new-yarn))
=/ top-con [id time]:op
=/ concern [%reply [id.q.diff.delta now.bowl] top-con]
=/ mention (was-mentioned:utils content.memo our.bowl)
=. cu-core (cu-activity concern content.memo mention)
(cu-give-writs-diff diff.delta)
==
==
Expand Down

0 comments on commit 7e25e22

Please sign in to comment.