diff --git a/activity.go b/activity.go index 2239407..9e4d2ef 100644 --- a/activity.go +++ b/activity.go @@ -882,6 +882,14 @@ func xonksaver(user *WhatAbout, item junk.Junk, origin string) *Honk { localize = true } } + } else if at == "Link" { + if waspage { + xonk.Noise += fmt.Sprintf(`
%s`, u, u) + return + } + if name == "" { + name = u + } } else { ilog.Printf("unknown attachment: %s", at) }