Skip to content
New issue

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

Calling sendTextMessage after sending MMS causes message to be incorrectly sent as MMS #31

Open
rsml opened this issue May 21, 2022 · 0 comments

Comments

@rsml
Copy link

rsml commented May 21, 2022

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.

rsml added a commit to rsml/text-sdk-javascript that referenced this issue May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant