Conversation link as default, permalink for /notice

This commit is contained in:
Mikael Nordfeldth
2014-11-05 19:34:39 +01:00
parent fa4311fa17
commit 5e4f93cc7d
7 changed files with 19 additions and 41 deletions

View File

@@ -69,18 +69,6 @@ class ConversationTreeItem extends NoticeListItem
return;
}
/**
* show link to notice conversation page
*
* Since we're only used on the conversation page, we skip this
*
* @return void
*/
function showContext()
{
return;
}
/**
* show people this notice is in reply to
*