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
Thanks for making this awesome package! 😄 Loving using it, except for one difficulty:
To reproduce:
Attempt to use this package to send a message to a recipient with whom you do not have an open conversation. The message is not sent, no exception is thrown, and the .send() function returns no error message. Now manually create a conversation with that recipient via the Messages app; use this package to send the message, and this time it succeeds and the message is sent.
Expected behaviour:
I expect the package to start a new conversation then send the message.
On MacOS Monterey 12.4.
The text was updated successfully, but these errors were encountered:
Thanks for making this awesome package! 😄 Loving using it, except for one difficulty:
To reproduce:
Attempt to use this package to send a message to a recipient with whom you do not have an open conversation. The message is not sent, no exception is thrown, and the
.send()
function returns no error message. Now manually create a conversation with that recipient via the Messages app; use this package to send the message, and this time it succeeds and the message is sent.Expected behaviour:
I expect the package to start a new conversation then send the message.
On MacOS Monterey 12.4.
The text was updated successfully, but these errors were encountered: