mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
lib/irc: drop CRLF for outgoing messages
Trailing CRLF must not be included in WebSocket messages. Closes: https://todo.sr.ht/~emersion/gamja/104
This commit is contained in:
parent
f78cb8c23b
commit
0b0467f019
1 changed files with 0 additions and 1 deletions
|
@ -226,7 +226,6 @@ export function formatMessage(msg) {
|
|||
s += " " + last;
|
||||
}
|
||||
}
|
||||
s += "\r\n";
|
||||
return s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue