and save tags on incoming
Ted Unangst tedu@tedunangst.com
Sat, 24 Aug 2019 23:18:19 -0400
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
activity.go
→
activity.go
@@ -674,6 +674,9 @@ if donk != nil {
xonk.Donks = append(xonk.Donks, donk) } } + if tt == "Hashtag" { + xonk.Onts = append(xonk.Onts, name) + } } } if originate(xid) != origin {