Conversation IDs (again) no longer based on Notice ID
This commit is contained in:
@@ -26,7 +26,7 @@ if (!defined('GNUSOCIAL')) { exit(1); }
|
||||
class ConversationTreePlugin extends Plugin
|
||||
{
|
||||
public function onStartShowConversation(Action $action, Conversation $conv, Profile $scoped=null) {
|
||||
$nl = new ConversationTree($conv->getNotices(), $action);
|
||||
$nl = new ConversationTree($conv->getNotices($action->getScoped()), $action);
|
||||
$cnt = $nl->show();
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user