d38120c759a2 — Ted Unangst 3 months ago
fix mention fallback
1 files changed, 1 insertions(+), 1 deletions(-)

M activity.go
M activity.go +1 -1
@@ 1159,7 1159,7 @@ func xonksaver2(user *WhatAbout, item ju
 					m.Who, _ = tag.GetString("name")
 					m.Where, _ = tag.GetString("href")
 					if m.Who == "" {
-						m.Where = m.Who
+						m.Who = m.Where
 					}
 					if m.Where != "" {
 						mentions = append(mentions, m)