fixing caching for jonkers
Ted Unangst tedu@tedunangst.com
Wed, 01 Apr 2020 00:10:35 -0400
2 files changed,
2 insertions(+),
1 deletions(-)
M
activity.go
→
activity.go
@@ -1537,7 +1537,7 @@ j["actor"] = user.URL
j["published"] = dt j["to"] = []string{thewholeworld, user.URL + "/followers"} j["type"] = "Update" - jo := junkuser(user) + jo, _ := asjonker(username) j["object"] = jo msg := j.ToBytes()