MS found my bug, i think
This commit is contained in:
parent
1fc4a8a008
commit
ebe2d5a7ac
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ module Diaspora
|
||||||
end
|
end
|
||||||
|
|
||||||
def unsubscribe_from_ostatus(feed_url)
|
def unsubscribe_from_ostatus(feed_url)
|
||||||
@@queue.add_hub_unsubscribe_request(self.destination_url, self.callback_url+'hubub/', feed_url)
|
@@queue.add_hub_unsubscribe_request(self.destination_url, self.callback_url+'hubbub', feed_url)
|
||||||
@@queue.process
|
@@queue.process
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue