mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 02:54:23 +00:00
Thanks notif should fall under positive group
Change-Id: I19bfe1483ba7edc5928c3c39968e7d84161ab441
This commit is contained in:
parent
f77107763f
commit
9898cb32df
|
@ -120,7 +120,7 @@ class ThanksHooks {
|
||||||
|
|
||||||
$notifications['edit-thank'] = array(
|
$notifications['edit-thank'] = array(
|
||||||
'category' => 'edit-thank',
|
'category' => 'edit-thank',
|
||||||
'group' => 'interactive',
|
'group' => 'positive',
|
||||||
'formatter-class' => 'EchoThanksFormatter',
|
'formatter-class' => 'EchoThanksFormatter',
|
||||||
'title-message' => 'notification-thanks',
|
'title-message' => 'notification-thanks',
|
||||||
'title-params' => array( 'agent', 'difflink', 'title' ),
|
'title-params' => array( 'agent', 'difflink', 'title' ),
|
||||||
|
|
Loading…
Reference in a new issue