use xid for missing convoy, so all of honknet is consistent
Ted Unangst tedu@tedunangst.com
Tue, 31 Oct 2023 18:47:28 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
activity.go
→
activity.go
@@ -1115,7 +1115,7 @@ if convoy == "" {
convoy = currenttid } if convoy == "" { - convoy = "data:,missing-" + xfiltrate() + convoy = xonk.XID currenttid = convoy } xonk.Convoy = convoy