Merge branch 'master' of github.com:diaspora/diaspora_rails
This commit is contained in:
commit
32648f236c
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