Move Ostatus_profile->processPost function into plugin

This commit is contained in:
Mikael Nordfeldth
2015-09-29 15:17:38 +02:00
parent 21a12a2f60
commit a09cf51b99
8 changed files with 151 additions and 199 deletions

View File

@@ -593,17 +593,9 @@ abstract class ActivityHandlerPlugin extends Plugin
protected function showNoticeListItem(NoticeListItem $nli)
{
$nli->showNotice();
$nli->showNoticeAttachments();
$nli->showNoticeInfo();
$nli->showNoticeOptions();
$nli->showNoticeLink();
$nli->showNoticeSource();
$nli->showNoticeLocation();
$nli->showPermalink();
$nli->showNoticeOptions();
$nli->showNoticeHeaders();
$nli->showContent();
$nli->showNoticeFooter();
}
public function onStartShowNoticeItemNotice(NoticeListItem $nli)