mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
parent
bb83b6b6d3
commit
c412b3d791
2 changed files with 5 additions and 3 deletions
|
|
@ -110,6 +110,7 @@ proc cleanPos*(pos: string): string =
|
|||
pos.multiReplace((posPrefix, ""), (posSuffix, ""))
|
||||
|
||||
proc genPos*(pos: string): string =
|
||||
if pos.len == 0: return
|
||||
result = posPrefix & pos
|
||||
if "A==" notin result:
|
||||
result &= posSuffix
|
||||
|
|
|
|||
Loading…
Reference in a new issue