Merge lp:~sazius/heybuddy/repeat-fix into lp:~x1101/heybuddy/reply-all

Proposed by Mats Sjöberg
Status: Merged
Merged at revision: 314
Proposed branch: lp:~sazius/heybuddy/repeat-fix
Merge into: lp:~x1101/heybuddy/reply-all
Diff against target: 12 lines (+1/-1)
1 file modified
Communicator.py (+1/-1)
To merge this branch: bzr merge lp:~sazius/heybuddy/repeat-fix
Reviewer Review Type Date Requested Status
x1101 Pending
Review via email: mp+115221@code.launchpad.net

Description of the change

Trivial fix to make API retweet to work with new StatusNet 1.0 instances.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Communicator.py'
--- Communicator.py 2012-05-30 12:42:57 +0000
+++ Communicator.py 2012-07-16 20:31:23 +0000
@@ -336,7 +336,7 @@
336 self.queue.append( (request,'new-statusXML',None) )336 self.queue.append( (request,'new-statusXML',None) )
337337
338 def send_redent(self,status_id):338 def send_redent(self,status_id):
339 url="%s/statuses/retweet.xml" % (self.sapiroot)339 url="%s/statuses/retweet/%s.xml" % (self.sapiroot,status_id)
340 data={"id":status_id}340 data={"id":status_id}
341 encoded_data =urlencode(data)341 encoded_data =urlencode(data)
342 print url342 print url

Subscribers

People subscribed via source and target branches

to all changes: