MS IZ TYPO deleteing trailing slash from atom
This commit is contained in:
parent
e7484a3a94
commit
8c2dcb58c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 + '.atom' )
|
||||
@@queue.add_hub_notification('http://pubsubhubbub.appspot.com/publish', User.owner.url + self.class.to_s.pluralize.underscore )
|
||||
|
||||
@@queue.process
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue