replace kwargs double backslash for multiline messages#294
replace kwargs double backslash for multiline messages#294leonbuchnerbd wants to merge 6 commits intojadolg:masterfrom
Conversation
|
jadolg
left a comment
There was a problem hiding this comment.
Hi @leonbuchnerbd
thank you for your contribution.
I left you a comment here with some changes I think are worth doing and I think the linter isn't happy. That should be easy to fix with black.
|
|
i updated your change request. i hope that will works now. ty |
jadolg
left a comment
There was a problem hiding this comment.
Tests are broken and the linter is also not passing. Would you mind taking a look?
|
|
|
so should i fix this tests or should we close this? |
I want to understand first if the problem you found is still there cause I either don't understand it or can't reproduce it. Mind explaining how to reproduce it? |





rocketchat_API/APISections/base.py line 86
if you want to use the api to send multiline messages, you have to adapt the kwargs arguments.
the kwargs arguments are json serialized and have problems with escape sequences.
I fixed this here.