Avoid double-escaping in notification watch links

Bug: T270156
Change-Id: I6973b6112fbb5caf409de168844ae2af20117bd7
This commit is contained in:
Gergő Tisza 2022-01-21 01:25:22 -08:00
parent 514fd01ae3
commit 7a9bb5b7f2
No known key found for this signature in database
GPG key ID: C34FEC97E6257F96

View file

@ -729,7 +729,7 @@ abstract class EchoEventPresentationModel implements JsonSerializable, MessageLo
$this->getTruncatedTitleText( $title ),
$title->getFullURL( [ 'action' => $availableAction ] ),
$this->getUser()->getName()
)->escaped(),
)->text(),
null,
$data,
[ 'action' => $availableAction ]