and save tags on incoming
This commit is contained in:
parent
2c1af70ace
commit
be64eff398
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue