mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
Merge "Display the full title in notifications about mention in summary"
This commit is contained in:
commit
729111443e
|
@ -13,7 +13,7 @@ class EchoMentionInSummaryPresentationModel extends EchoEventPresentationModel {
|
|||
public function getHeaderMessage() {
|
||||
$msg = $this->getMessageWithAgent( 'notification-header-mention-summary' );
|
||||
$msg->params( $this->getViewingUserForGender() );
|
||||
$msg->params( $this->getTruncatedTitleText( $this->event->getTitle() ) );
|
||||
$msg->params( $this->getTruncatedTitleText( $this->event->getTitle(), true ) );
|
||||
|
||||
return $msg;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue