Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dummy recipients to MMS messages with no recipients
Calling 'getOrCreateThreadId' with an empty set of addresses will cause it to complain: "getThreadId: NO receipients specified -- NOT creating thread" (sic) and then throw an exception: "java.lang.IllegalArgumentException: Unable to find or allocate a thread ID." So if an MMS message has no associated recipient addresses, we add a dummy one. Closes: #150
- Loading branch information