You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever a message is sent, a newline is appended. This breaks some functions, like interacting with Bridge bots for things like Google Chat. The bot expects the body to exactly match command, and fails when the body is command\n. I've noticed the newline is also appended to the body of my regular messages, not just single-word ones (though it doesn't break messages in rooms as far as I've noticed).
Hopefully messages can be sent without the extraneous \n being added to every single one.
The text was updated successfully, but these errors were encountered:
Whenever a message is sent, a newline is appended. This breaks some functions, like interacting with Bridge bots for things like Google Chat. The bot expects the body to exactly match
command
, and fails when the body iscommand\n
. I've noticed the newline is also appended to the body of my regular messages, not just single-word ones (though it doesn't break messages in rooms as far as I've noticed).Hopefully messages can be sent without the extraneous
\n
being added to every single one.The text was updated successfully, but these errors were encountered: