MS IZ TYPO try deleteing publish

This commit is contained in:
maxwell 2010-07-16 11:46:46 -07:00
parent 8c2dcb58c7
commit 566cceb03f

View file

@ -62,7 +62,7 @@ module Diaspora
xml = self.class.build_xml_for([self])
@@queue.add_post_request( recipients, xml )
@@queue.add_hub_notification('http://pubsubhubbub.appspot.com/publish', User.owner.url + self.class.to_s.pluralize.underscore )
@@queue.add_hub_notification('http://pubsubhubbub.appspot.com/', User.owner.url + self.class.to_s.pluralize.underscore + '.atom')
@@queue.process
end