diff --git a/activity.go b/activity.go index da57ca0..cbe07dc 100644 --- a/activity.go +++ b/activity.go @@ -369,23 +369,6 @@ func gimmexonks(user *WhatAbout, outbox string) { } } -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 { diff --git a/honk.go b/honk.go index d38ddaf..09cfada 100644 --- a/honk.go +++ b/honk.go @@ -188,8 +188,6 @@ func main() { return } ping(user, targ) - case "peep": - peeppeep() case "run": serve() case "test":