mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-03 04:40:50 +03:00
chat-cli: remove unused entropy from state
Presumably used for unique per-message entropy in a past version.
This commit is contained in:
parent
7e06e02587
commit
37d2385634
@ -36,7 +36,6 @@
|
||||
width=@ud :: display width
|
||||
timez=(pair ? @ud) :: timezone adjustment
|
||||
soles=(map @ta sole-share:sole-sur) :: console state
|
||||
eny=@uvJ
|
||||
==
|
||||
::
|
||||
+$ state-1
|
||||
@ -117,7 +116,7 @@
|
||||
|_ =bowl:gall
|
||||
+* this .
|
||||
talk-core +>
|
||||
tc ~(. talk-core(eny eny.bowl) bowl)
|
||||
tc ~(. talk-core bowl)
|
||||
def ~(. (default-agent this %|) bowl)
|
||||
::
|
||||
++ on-init
|
||||
@ -252,8 +251,6 @@
|
||||
%+ ~(put by *(map @t sole-share:sole-sur))
|
||||
(cat 3 'drum_' (scot %p our.bowl))
|
||||
state.cli.u.old
|
||||
::
|
||||
eny
|
||||
==
|
||||
::
|
||||
?> ?=(%2 -.u.old)
|
||||
@ -1005,7 +1002,7 @@
|
||||
^- (quip card _state)
|
||||
~! bowl
|
||||
=/ =serial (shaf %msg-uid eny.bowl)
|
||||
:_ state(eny (shax eny.bowl))
|
||||
:_ state
|
||||
^- (list card)
|
||||
%+ turn ~(tap in audience)
|
||||
|= =target
|
||||
|
Loading…
Reference in New Issue
Block a user