*/
public $modificationLogList = null;
- /**
- * sidebar factory object
- * @var wcf\system\message\sidebar\MessageSidebarFactory
- */
- public $sidebarFactory = null;
-
/**
* list of participants
* @var wcf\data\conversation\ConversationParticipantList
'attachmentList' => $this->objectList->getAttachmentList(),
'labelList' => $this->labelList,
'modificationLogList' => $this->modificationLogList,
- 'sidebarFactory' => $this->sidebarFactory,
'sortOrder' => $this->sortOrder,
'conversation' => $this->conversation,
'conversationID' => $this->conversationID,