forked from GNUsocial/gnu-social
Revert "add conversation ID to notice output"
This reverts commit 00be58829cc25928d8138f6ef506e4550af4aace. I already added this with commit e8d45a46
This commit is contained in:
parent
500ec79e39
commit
552cbb3370
@ -376,7 +376,6 @@ class ApiAction extends Action
|
|||||||
// StatusNet-specific
|
// StatusNet-specific
|
||||||
|
|
||||||
$twitter_status['statusnet_html'] = $notice->rendered;
|
$twitter_status['statusnet_html'] = $notice->rendered;
|
||||||
$twitter_status['statusnet_conversation_id'] = $notice->conversation;
|
|
||||||
|
|
||||||
return $twitter_status;
|
return $twitter_status;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user