We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected result: Message should be sent as SMS anytime you call sendTextMessage. I'm seeing in the console that the message is being sent as an MMS.
I think the cause is that I previously sent an MMS and CM is somewhere remembering that my allowedChannels is ["MMS"].
allowedChannels
["MMS"]
I'll submit a pull request shortly.
The text was updated successfully, but these errors were encountered:
Fix cmdotcom#31: Calling sendTextMessage after sending MMS causes mes…
e17d779
…sage to be incorrectly sent as MMS
No branches or pull requests
Expected result:
Message should be sent as SMS anytime you call sendTextMessage. I'm seeing in the console that the message is being sent as an MMS.
I think the cause is that I previously sent an MMS and CM is somewhere remembering that my
allowedChannels
is["MMS"]
.I'll submit a pull request shortly.
The text was updated successfully, but these errors were encountered: