all repos — honk @ f91f3ffe7e2384ba1f52f9784bf181d3f4021354

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Sun, 11 Feb 2024 11:57:19 +0200
commit

f91f3ffe7e2384ba1f52f9784bf181d3f4021354

parent

94f5fe92d6a000031db60b998e03efa65afac84b

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M masto.gomasto.go

@@ -266,10 +266,10 @@ j["followers_count"] = 0

j["following_count"] = 0 j["statuses_count"] = getlocalhonkcount() - s = junk.New() + s := junk.New() s["note"] = user.About s["privacy"] = "public" j["source"] = s - goodjunk(w, j) + goodjunk(rw, j) }