mirror of
https://github.com/go-i2p/gitlab-to-gitea.git
synced 2025-06-09 01:25:35 -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
|
// NormalizeMentions replaces all @mentions in text with their normalized versions
|
||||||
|
Reference in New Issue
Block a user