rocketchat_API icon indicating copy to clipboard operation
rocketchat_API copied to clipboard

replace kwargs double backslash for multiline messages

Open leonbuchnerbd opened this issue 7 months ago • 1 comments

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.

leonbuchnerbd avatar Mar 14 '25 11:03 leonbuchnerbd