mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 09:40:41 +00:00
Merge "Add target-page to edit-user-talk to dismiss notification"
This commit is contained in:
commit
396ad0a86d
|
@ -64,7 +64,8 @@ abstract class EchoDiscussionParser {
|
||||||
'revid' => $revision->getID(),
|
'revid' => $revision->getID(),
|
||||||
'minoredit' => $revision->isMinor(),
|
'minoredit' => $revision->isMinor(),
|
||||||
'section-title' => $section['section-title'],
|
'section-title' => $section['section-title'],
|
||||||
'section-text' => $section['section-text']
|
'section-text' => $section['section-text'],
|
||||||
|
'target-page' => $title->getArticleID(),
|
||||||
),
|
),
|
||||||
'agent' => $user,
|
'agent' => $user,
|
||||||
) );
|
) );
|
||||||
|
|
Loading…
Reference in a new issue