From 5c20a3d198ff9e155a01abd72135b7115d252350 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 15 Apr 2014 15:34:33 -0300 Subject: [PATCH] community-hub: fix creation of comments for social networks --- tweeter_stream/lib/twurl/request_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweeter_stream/lib/twurl/request_controller.rb b/tweeter_stream/lib/twurl/request_controller.rb index e00d7ca..807c9d5 100755 --- a/tweeter_stream/lib/twurl/request_controller.rb +++ b/tweeter_stream/lib/twurl/request_controller.rb @@ -24,7 +24,7 @@ module Twurl print "#{comment_text}\n" comment = Comment.new comment.title = 'hub-message-twitter' - comment.source_id = options.page.id + comment.source = options.page comment.body = comment_text comment.author_id = options.author_id comment.name = parsed["user"]["name"] -- libgit2 0.21.2