Catrope has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/280112

Change subject: Change parameters for user survey footer message
......................................................................

Change parameters for user survey footer message

Bug: T128937
Change-Id: Idd299293fad8264298174bc372318445cf26c4d3
(cherry picked from commit e0ffd26c23ff5bd5d45c4bcc69d4a6c6e0ac5057)
---
M modules/ooui/mw.echo.ui.NotificationBadgeWidget.js
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/12/280112/1

diff --git a/modules/ooui/mw.echo.ui.NotificationBadgeWidget.js 
b/modules/ooui/mw.echo.ui.NotificationBadgeWidget.js
index a903fa6..7aa328d 100644
--- a/modules/ooui/mw.echo.ui.NotificationBadgeWidget.js
+++ b/modules/ooui/mw.echo.ui.NotificationBadgeWidget.js
@@ -109,7 +109,8 @@
                if (
                        mw.config.get( 'wgEchoShowFooterNotice' ) &&
                        !mw.user.options.get( 'echo-dismiss-feedback-alert' ) &&
-                       initialNotifCount >= 5
+                       initialNotifCount >= 2 &&
+                       mw.config.get( 'wgUserEditCount', 0 ) >= 100
                ) {
                        notice = new mw.echo.ui.FooterNoticeWidget( {
                                // This is probably not the right way of doing 
this

-- 
To view, visit https://gerrit.wikimedia.org/r/280112
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idd299293fad8264298174bc372318445cf26c4d3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: wmf/1.27.0-wmf.18
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Mooeypoo <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to