and save tags on incoming

This commit is contained in:
Ted Unangst 2019-08-24 23:18:19 -04:00
parent 2c1af70ace
commit be64eff398
1 changed files with 3 additions and 0 deletions

View File

@ -674,6 +674,9 @@ func xonkxonk(user *WhatAbout, item junk.Junk, origin string) *Honk {
xonk.Donks = append(xonk.Donks, donk)
}
}
if tt == "Hashtag" {
xonk.Onts = append(xonk.Onts, name)
}
}
}
if originate(xid) != origin {