all repos — honk @ e7b7f4eba9faafc8afaaa9c1b47470941f3dac55

my fork of honk

use xid for missing convoy, so all of honknet is consistent
Ted Unangst tedu@tedunangst.com
Tue, 31 Oct 2023 18:47:28 -0400
commit

e7b7f4eba9faafc8afaaa9c1b47470941f3dac55

parent

c3c1ee057c8bd3d5e74997ac85bc1f7791107435

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M activity.goactivity.go

@@ -1115,7 +1115,7 @@ if convoy == "" {

convoy = currenttid } if convoy == "" { - convoy = "data:,missing-" + xfiltrate() + convoy = xonk.XID currenttid = convoy } xonk.Convoy = convoy