Closed zerbzman closed 10 months ago
Fixed #9 where channels were named with an escaped new line character but I think the wrong new line character was sent from the server.
\ vs \\n It's hard to show in this preview.
\
\\n
Result in user's screen showed the intended result to be a space so I fixed it by replacing the new line characters with spaces.
Fixed #9 where channels were named with an escaped new line character but I think the wrong new line character was sent from the server.
\
vs\\n
It's hard to show in this preview.Result in user's screen showed the intended result to be a space so I fixed it by replacing the new line characters with spaces.