mirror of
https://github.com/zedeus/nitter.git
synced 2026-01-24 20:32:49 -05:00
removed spaces
This commit is contained in:
@@ -210,7 +210,7 @@ proc expandUserEntities*(user: var User; js: JsonNode) =
|
||||
|
||||
replacements.deduplicate
|
||||
replacements.sort(cmp)
|
||||
|
||||
|
||||
user.bio = orig.replacedWith(replacements, 0 .. orig.len)
|
||||
user.bio = user.bio.replacef(unRegex, unReplace)
|
||||
.replacef(htRegex, htReplace)
|
||||
|
||||
Reference in New Issue
Block a user