Updating TOR to use latest GV bindings from Dialcentral, particularly a bug fix is...
[theonering] / src / channel / text.py
index 2b34ee5..bd54a81 100644 (file)
@@ -74,7 +74,7 @@ class TextChannel(tp.ChannelTypeText):
                                )
 
                _moduleLogger.info("Sending message to %r" % (self.__otherHandle, ))
-               self._conn.session.backend.send_sms(self.__otherHandle.phoneNumber, text)
+               self._conn.session.backend.send_sms([self.__otherHandle.phoneNumber], text)
                self._conn.session.textsStateMachine.reset_timers()
 
                self.Sent(int(time.time()), messageType, text)