Mercurial > libervia-web
diff src/pages/common/blog/page_meta.py @ 996:d821c112e656
pages (chat): implementation of chat page using new dynamic pages, first draft
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 03 Jan 2018 01:11:26 +0100 |
parents | 36e9747520fd |
children | fe08a5c95b27 |
line wrap: on
line diff
--- a/src/pages/common/blog/page_meta.py Wed Jan 03 01:10:12 2018 +0100 +++ b/src/pages/common/blog/page_meta.py Wed Jan 03 01:11:26 2018 +0100 @@ -53,7 +53,7 @@ if identities is not None: author = blog_item.author_jid if author not in identities: - identities[author] = yield self.host.bridge.identityGet(author, profile) + identities[author] = yield self.host.bridgeCall(u'identityGet', author, profile) for comment_data in blog_item.comments: service = comment_data[u'service'] node = comment_data[u'node']