Replies: 1 comment 3 replies
-
I am also facing issue when I send multi line message it sends only first line and remaining part of the message is ignored. Below is my command that I used to send message in windows power shell. PS C:\Users\user> $message = "Hi
Above command sent only Hi and remaining part of the message is not received on mobile as shown in below screenshot. @AsamK Could you please assist how to send multiline message? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I am implementing a project on Python PyQ5
Where Signal CLI is used, but there was an urgent need to send multi-line messages.
I have already approached from different sides (even sending via sdin on .txt with the encoding UTF-8 set) only garbled messages were received.
How can I solve this problem, I have been racking my brains for two weeks, I have tried all possible methods, but I probably missed something.
If you can help, I will be incredibly grateful.
For now I have installed a plug so that everything is in one row (so everything is sent of course)
` message = message.replace('\n', ' ')
Beta Was this translation helpful? Give feedback.
All reactions