mirror of
https://github.com/urbit/shrub.git
synced 2024-12-26 13:31:36 +03:00
hark-store: fix mark channel as read issue
Addresses root cause of #4201
This commit is contained in:
parent
8fe8cfd29e
commit
1529113d6f
@ -384,7 +384,6 @@
|
|||||||
(give %archive time index)
|
(give %archive time index)
|
||||||
::
|
::
|
||||||
:: if we detect cache inconsistencies, wipe and rebuild
|
:: if we detect cache inconsistencies, wipe and rebuild
|
||||||
:: TODO: where are these coming from?
|
|
||||||
++ change-read-status
|
++ change-read-status
|
||||||
|= [time=@da =index:store read=?]
|
|= [time=@da =index:store read=?]
|
||||||
^+ poke-core
|
^+ poke-core
|
||||||
@ -491,6 +490,10 @@
|
|||||||
poke-core
|
poke-core
|
||||||
?. (stats-index-is-index:store stats-index i.keys)
|
?. (stats-index-is-index:store stats-index i.keys)
|
||||||
$(keys t.keys)
|
$(keys t.keys)
|
||||||
|
=/ =notification:store
|
||||||
|
(~(got by (gut-orm notifications time)) i.keys)
|
||||||
|
?: read.notification
|
||||||
|
$(keys t.keys)
|
||||||
=/ core
|
=/ core
|
||||||
(read-note time i.keys)
|
(read-note time i.keys)
|
||||||
$(poke-core core, keys t.keys)
|
$(poke-core core, keys t.keys)
|
||||||
|
Loading…
Reference in New Issue
Block a user