From: Zach Copley Date: Sun, 28 Aug 2011 01:55:51 +0000 (-0700) Subject: Revert "add conversation ID to notice output" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=552cbb33703c8d63ecb641ebf88bc1b1e8af0d83;p=quix0rs-gnu-social.git Revert "add conversation ID to notice output" This reverts commit 00be58829cc25928d8138f6ef506e4550af4aace. I already added this with commit e8d45a46 --- diff --git a/lib/apiaction.php b/lib/apiaction.php index 72dd3caf25..7b2f70c07c 100644 --- a/lib/apiaction.php +++ b/lib/apiaction.php @@ -376,7 +376,6 @@ class ApiAction extends Action // StatusNet-specific $twitter_status['statusnet_html'] = $notice->rendered; - $twitter_status['statusnet_conversation_id'] = $notice->conversation; return $twitter_status; }