actually, let's not fetch the masto replies
Ted Unangst tedu@tedunangst.com
Thu, 28 Dec 2023 12:51:17 -0500
1 files changed,
0 insertions(+),
4 deletions(-)
jump to
M
activity.go
→
activity.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 {