don't need to log the whole follow accept
This commit is contained in:
parent
2b0517701b
commit
14fd3a64cd
|
@ -645,8 +645,6 @@ func rubadubdub(user *WhatAbout, req map[string]interface{}) {
|
|||
j["published"] = time.Now().UTC().Format(time.RFC3339)
|
||||
j["object"] = req
|
||||
|
||||
WriteJunk(os.Stdout, j)
|
||||
|
||||
actor, _ := jsongetstring(req, "actor")
|
||||
box, err := getboxes(actor)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue