Improve UI for blacklist preference

Bug: T150419
Depends-On: I44e72205880d152639ee823238dc5ab84d34402b
Change-Id: I4c872960efd858d2885f1ee9163047c449f4f212
This commit is contained in:
mdew192837 2017-05-20 08:51:30 -05:00 committed by Catrope
parent 4816db3cbf
commit c64422181b

View file

@ -485,7 +485,7 @@ class EchoHooks {
if ( $wgEchoPerUserBlacklist ) {
$preferences['echo-notifications-blacklist'] = [
'type' => 'textarea',
'type' => 'usersmultiselect',
'label-message' => 'echo-pref-notifications-blacklist',
'section' => 'echo/blocknotificationslist',
];