Merge "Enable ReferencePreviews for old users by default"

This commit is contained in:
jenkins-bot 2021-05-05 15:54:15 +00:00 committed by Gerrit Code Review
commit e9fac7bcc5

View file

@ -224,7 +224,7 @@ class PopupsHooks {
if ( $config->get( 'PopupsReferencePreviews' ) &&
!$config->get( 'PopupsReferencePreviewsBetaFeature' )
) {
$defaultOptions[PopupsContext::REFERENCE_PREVIEWS_PREFERENCE_NAME_AFTER_BETA] = $default;
$defaultOptions[PopupsContext::REFERENCE_PREVIEWS_PREFERENCE_NAME_AFTER_BETA] = '1';
}
}