completely disable mention extraction until I gfigue out how to fix it

This commit is contained in:
eyedeekay
2025-04-21 13:39:28 -04:00
parent 10c6d93cb8
commit e6d170f16f

View File

@ -28,7 +28,9 @@ func ExtractUserMentions(text string) []string {
}
}
return result
// Ignore everything we found and return nothing
return []string{}
//return result
}
// NormalizeMentions replaces all @mentions in text with their normalized versions