all repos — honk @ 02290f7b9b8631b4e8516e56e08e53c3b8a3b626

my fork of honk

collected enough samples, thank you
Ted Unangst tedu@tedunangst.com
Fri, 30 Aug 2019 16:18:50 -0400
commit

02290f7b9b8631b4e8516e56e08e53c3b8a3b626

parent

4abd55bfc9748d920bd3070ede6d97a21399b465

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

jump to
M honk.gohonk.go

@@ -461,11 +461,6 @@ log.Printf("error updating honker: %s", err)

return } case "Announce": - fd, _ := os.OpenFile("savedinbox.json", os.O_CREATE|os.O_WRONLY|os.O_APPEND, 0666) - j.Write(fd) - io.WriteString(fd, "\n") - fd.Close() - log.Printf("an announcement has been undone") xid, _ := obj.GetString("object") log.Printf("undo announce: %s", xid) case "Like":