X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=src%2Fchannel%2Ftext.py;fp=src%2Fchannel%2Ftext.py;h=bd54a812b015c36f4509d77c81be1f627de83848;hp=2b34ee5603e0c16450d49d16387b83f9f99322c5;hb=143205c6b83d3ba4ca82d799838c629dafa194c7;hpb=96110c9e22eb2fd87963853d7045256dcacae19b diff --git a/src/channel/text.py b/src/channel/text.py index 2b34ee5..bd54a81 100644 --- a/src/channel/text.py +++ b/src/channel/text.py @@ -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)