Mercurial > libervia-web
diff libervia.tac @ 135:ceef355156de
server + browser side: groupblog subscription + fixed blog insertion order
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 25 Jun 2012 01:03:50 +0200 |
parents | 4ad621df9e34 |
children | b145da69a218 |
line wrap: on
line diff
--- a/libervia.tac Thu Apr 05 09:28:48 2012 +0200 +++ b/libervia.tac Mon Jun 25 01:03:50 2012 +0200 @@ -226,6 +226,7 @@ profile = ISATSession(self.session).profile d = defer.Deferred() self.sat_host.bridge.getMassiveLastGroupBlogs(publishers_type, publishers_list, max_item, profile, callback=d.callback, errback=d.errback) + self.sat_host.bridge.massiveSubscribeGroupBlogs(publishers_type, publishers_list, profile) return d def jsonrpc_getPresenceStatus(self):