Mercurial > libervia-backend
diff frontends/src/quick_frontend/quick_blog.py @ 1513:955221487a3e
plugin XEP-0277, quick_frontend: rename mbGetLast to mbGet and add it the parameter "item_ids"
author | souliane <souliane@mailoo.org> |
---|---|
date | Thu, 10 Sep 2015 07:39:09 +0200 |
parents | 9fce331ba0fd |
children | 9e17690fb187 |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_blog.py Thu Sep 10 07:37:14 2015 +0200 +++ b/frontends/src/quick_frontend/quick_blog.py Thu Sep 10 07:39:09 2015 +0200 @@ -122,7 +122,7 @@ """Add Microblog items to this panel update is NOT called after addition - @param items_tuple(tuple): (items_data,items_metadata) tuple as returned by mbGetLast + @param items_tuple(tuple): (items_data,items_metadata) tuple as returned by mbGet """ items, metadata = items_tuple for item in items: @@ -132,7 +132,7 @@ """Add Microblog items to this panel update is NOT called after addition - @param items_tuple(tuple): (items_data,items_metadata) tuple as returned by mbGetLast + @param items_tuple(tuple): (items_data,items_metadata) tuple as returned by mbGet """ items, metadata = items_tuple for item, comments in items: