Merge "Muted pages: Adjust config to not show missing titles"

This commit is contained in:
jenkins-bot 2020-06-03 13:23:07 +00:00 committed by Gerrit Code Review
commit ff5a72ca26

View file

@ -513,6 +513,7 @@ class EchoHooks {
'type' => 'titlesmultiselect',
'label-message' => 'echo-pref-notifications-page-linked-title-muted-list',
'section' => 'echo/mutedpageslist',
'showMissing' => false,
'filter' => ( new MultiTitleFilter( new TitleFactory() ) )
];
}