Last modified: 2014-09-29 02:17:09 UTC
includes/View/Post.php was replaced by the flow_post.handlebars template, so nothing calls the FlowAddPostInteractionLinks hook, so no "Thank" button ☹. We have to rethink how third-party code can supply additional actions to the template (currently "Thank", but later "Vote", "Quote", ... ?). It could continue to provide a chunk of HTML to drop into the template, or instead provide the object needed for the template to fabricate an additional button in the flow-post-meta-actions span. Card for this: https://trello.com/c/01rZ46Ew/296-revive-thank-in-flow
Was fixed.