remove the unfinished peep command
Ted Unangst tedu@tedunangst.com
Sat, 19 Oct 2019 22:53:12 -0400
2 files changed,
0 insertions(+),
19 deletions(-)
M
activity.go
→
activity.go
@@ -369,23 +369,6 @@ }
} } -func peeppeep() { - user, _ := butwhatabout("htest") - honkers := gethonkers(user.ID) - for _, f := range honkers { - if f.Flavor != "peep" { - continue - } - log.Printf("getting updates: %s", f.XID) - var box *Box - ok := boxofboxes.Get(f.XID, &box) - if !ok { - log.Printf("error getting outbox") - continue - } - gimmexonks(user, box.Out) - } -} func whosthere(xid string) ([]string, string) { obj, err := GetJunk(xid) if err != nil {