Conversation
Notices
-
@mmn Is there any reason that notice objects in #GNUSocial don't already include tags? I hacked the getter to add them in so I could expose them to the JSON encoder and use them on the client side in Qvitter, but I'm not sure if there's some way I should be doing this in a plugin rather than hacking on core.
I am guessing that because they add an extra sql query to every notice request that it's just too big of a performance hit unless you need tags for a specific reason?-
@mmn and right after bugging you about this I realize I could just fill the info in using the NoticeSimpleStatusArray event.
-
@moonman the json data lacks lots of info. It would be good if someone bothered to enhance it with the same info as xml posts. Or if people started using xml
-
@mmn I'll submit a patch then because it's literally one line.
-
-