space should be a safe character >:(
This commit is contained in:
parent
9560ced683
commit
9e5682ca43
@ -96,7 +96,7 @@ defmodule Chessh.SSH.Client.TrongleChat do
|
|||||||
height: height
|
height: height
|
||||||
} = state
|
} = state
|
||||||
) do
|
) do
|
||||||
safe_char_regex = ~r/[A-Za-z0-9._~()'!*:@,;+?-]/
|
safe_char_regex = ~r/[ A-Za-z0-9._~()'!*:@,;+?-]/
|
||||||
|
|
||||||
appended_message_state =
|
appended_message_state =
|
||||||
case action do
|
case action do
|
||||||
|
Loading…
Reference in New Issue
Block a user