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
1=== modified file 'Communicator.py'
2--- Communicator.py 2012-05-30 12:42:57 +0000
3+++ Communicator.py 2012-07-16 20:31:23 +0000
4@@ -336,7 +336,7 @@
5 self.queue.append( (request,'new-statusXML',None) )
6
7 def send_redent(self,status_id):
8- url="%s/statuses/retweet.xml" % (self.sapiroot)
9+ url="%s/statuses/retweet/%s.xml" % (self.sapiroot,status_id)
10 data={"id":status_id}
11 encoded_data =urlencode(data)
12 print url

Subscribers

People subscribed via source and target branches

to all changes: