You are viewing a single comment's thread from:
RE: Programming Diary #23: Warning - this tool exercises your voting power
I noticed in your screenshot of the SCA that you are showing the edit operations and not the edited post/comment. You might want to modify that.
Maybe I'll eventually stuff in the actual content from after the edit (or maybe that's not practical, since there might be multiple edits in between polls), but here's a start.
I would prefer a single entry, but it's just a start :-)
As far as I understood from your previous posts, you get the data via the
get_account_history
. So you need another query for the current version of the comment, right? If there are only a few comments, this hardly matters, but if there are more... But I can't think of a better solution at the moment.