# HG changeset patch # User Ted Unangst # Date 1717398102 14400 # Mon Jun 03 03:01:42 2024 -0400 # Node ID d38120c759a29288f0892f8485ceca94fd46852a # Parent ceca8cadfd7c63c478841e43910409fef44972ee fix mention fallback diff --git a/activity.go b/activity.go --- a/activity.go +++ b/activity.go @@ -1159,7 +1159,7 @@ 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)