message handler was calling find_hub instead of hub
This commit is contained in:
parent
4179b94043
commit
9a134555d7
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class MessageHandler
|
|||
end
|
||||
|
||||
def process_ostatus_subscription(query_object, http)
|
||||
hub = Diaspora::OStatusParser::find_hub(http.response)
|
||||
hub = Diaspora::OStatusParser::hub(http.response)
|
||||
add_hub_subscription_request(hub, query_object.destination)
|
||||
Diaspora::OStatusParser::process(http.response)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue