diff src/plugins/plugin_misc_static_blog.py @ 1468:731fbed0b9cf

quick_frontend, primitivus: handling of actionNew signal
author Goffi <goffi@goffi.org>
date Tue, 18 Aug 2015 09:01:18 +0200
parents 4c48e2549592
children b505b01195f0
line wrap: on
line diff
--- a/src/plugins/plugin_misc_static_blog.py	Tue Aug 18 09:01:18 2015 +0200
+++ b/src/plugins/plugin_misc_static_blog.py	Tue Aug 18 09:01:18 2015 +0200
@@ -83,6 +83,8 @@
         @param profile: %(doc_profile)s
         @return: dict
         """
+        # FIXME: "public_blog" key has been removed
+        # TODO: replace this with a more generic widget call with URIs
         try:
             user_jid = jid.JID(menu_data['jid'])
         except KeyError: