all repos — honk @ 06ea28087ab3a9331644896e36e5b66cc91a1304

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Fri, 15 Mar 2024 18:00:58 +0200
commit

06ea28087ab3a9331644896e36e5b66cc91a1304

parent

73a9b23c3e55b1fe51cd0958e56456e621650742

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

jump to
M masto.gomasto.go

@@ -264,10 +264,14 @@ j["header"] = user.Options.Banner

j["followers_count"] = 0 j["following_count"] = 0 j["statuses_count"] = getlocalhonkcount() + j["fields"] = []interface{}{} s := junk.New() s["note"] = user.About s["privacy"] = "public" + s["note"] = user.About + s["fields"] = []interface{}{} + s["emojis"] = []interface{}{} j["source"] = s goodjunk(rw, j)