From 9007ad43ae1d23f402d582dca5bdc9dc6d19e3ac Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Sat, 28 Sep 2013 12:49:23 +0100 Subject: [PATCH] Forget about this attribute --- lib/tapatalker.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/tapatalker.rb b/lib/tapatalker.rb index 960f198..06383de 100644 --- a/lib/tapatalker.rb +++ b/lib/tapatalker.rb @@ -155,8 +155,6 @@ helpers do # FIXME: how do these differ from post_author_name/id ? most recent / original? result['topic_author_name'] = result['post_author_name'] result['topic_author_id'] = result['post_author_id'].to_s - - result['last_reply_time'] = result["post_time"] result end