From d2dea48fe65a26447eb7373a8a1ed0af2cb0015a Mon Sep 17 00:00:00 2001 From: maxwell Date: Fri, 16 Jul 2010 11:26:16 -0700 Subject: [PATCH] MS IZ added .atom so we may publish correctly --- lib/common.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.rb b/lib/common.rb index 652e140b5..650f053c9 100644 --- a/lib/common.rb +++ b/lib/common.rb @@ -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