mirror of
https://github.com/go-i2p/gitlab-to-gitea.git
synced 2025-06-08 10:32:04 -04:00
completely disable mention extraction until I gfigue out how to fix it
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user