From 552cbb33703c8d63ecb641ebf88bc1b1e8af0d83 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Sat, 27 Aug 2011 18:55:51 -0700 Subject: [PATCH] Revert "add conversation ID to notice output" This reverts commit 00be58829cc25928d8138f6ef506e4550af4aace. I already added this with commit e8d45a46 --- lib/apiaction.php | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.2