mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
MS IZ added .atom so we may publish correctly
This commit is contained in:
@@ -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/publish/', User.owner.url + self.class.to_s.pluralize.underscore +'.atom' )
|
||||
|
||||
@@queue.process
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user