all repos — honk @ a11b47be988540caf73eac09d7b87c15bdffbebc

my fork of honk

actually, let's not fetch the masto replies
Ted Unangst tedu@tedunangst.com
Thu, 28 Dec 2023 12:51:17 -0500
commit

a11b47be988540caf73eac09d7b87c15bdffbebc

parent

5437e6f03110d6c185b443cd15b9b87246e3be11

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

jump to
M activity.goactivity.go

@@ -1067,10 +1067,6 @@ if !ok {

first, ok := replyobj.GetMap("first") if ok { items, _ = first.GetArray("items") - next, _ := first.GetString("next") - if next != "" { - go getsomemore(user, next) - } } } for _, repl := range items {