id as string
Anirudh Oppiliappan x@icyphox.sh
Fri, 15 Mar 2024 18:07:02 +0200
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
masto.go
→
masto.go
@@ -253,7 +253,8 @@ if !ok {
elog.Fatalf("masto: no user number 1???") } j := junk.New() - j["id"] = user.ID + j["id"] = fmt.Sprintf("%d", user.ID) + j["created_at"] = "2016-11-24T10:02:12.085Z" // gonna paste this from mastodocs j["username"] = user.Name j["acct"] = user.Name j["display_name"] = user.Options.CustomDisplay