jenkins-bot has submitted this change and it was merged.

Change subject: Change threshold for survey invitation from 2 unread notifs to 1
......................................................................


Change threshold for survey invitation from 2 unread notifs to 1

Bug: T128937
Change-Id: I28d5d46a5ecd1c184269b7f8d3ba984bfedad77b
---
M modules/ooui/mw.echo.ui.NotificationBadgeWidget.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Mattflaschen: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/ooui/mw.echo.ui.NotificationBadgeWidget.js 
b/modules/ooui/mw.echo.ui.NotificationBadgeWidget.js
index 2795e6e..d8810f8 100644
--- a/modules/ooui/mw.echo.ui.NotificationBadgeWidget.js
+++ b/modules/ooui/mw.echo.ui.NotificationBadgeWidget.js
@@ -110,7 +110,7 @@
                if (
                        mw.config.get( 'wgEchoShowFooterNotice' ) &&
                        !mw.user.options.get( 'echo-dismiss-feedback-alert' ) &&
-                       initialNotifCount >= 2 &&
+                       initialNotifCount >= 1 &&
                        mw.config.get( 'wgUserEditCount', 0 ) >= 100
                ) {
                        notice = new mw.echo.ui.FooterNoticeWidget( {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I28d5d46a5ecd1c184269b7f8d3ba984bfedad77b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to