include hashtags in AP metadata
Ted Unangst tedu@tedunangst.com
Sat, 15 Jun 2019 18:24:18 -0400
2 files changed,
14 insertions(+),
0 deletions(-)
M
activity.go
→
activity.go
@@ -733,6 +733,13 @@ t["name"] = m.who
t["href"] = m.where tags = append(tags, t) } + ooo := ontologies(h.Noise) + for _, o := range ooo { + t := junk.New() + t["type"] = "Hashtag" + t["name"] = o + tags = append(tags, t) + } herd := herdofemus(h.Noise) for _, e := range herd { t := junk.New()