jenkins-bot has submitted this change and it was merged.
Change subject: Bug 45517: Filter out recent changes that are RC_EXTERNAL
......................................................................
Bug 45517: Filter out recent changes that are RC_EXTERNAL
Change-Id: Ia0139e1944508726655d6b22a96411e95b5353f0
---
M includes/specials/SpecialMobileWatchlist.php
1 file changed, 3 insertions(+), 1 deletion(-)
Approvals:
Aude: Looks good to me, but someone else must approve
MaxSem: Verified; Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/specials/SpecialMobileWatchlist.php
b/includes/specials/SpecialMobileWatchlist.php
index 2fd0158..d67218f 100644
--- a/includes/specials/SpecialMobileWatchlist.php
+++ b/includes/specials/SpecialMobileWatchlist.php
@@ -188,7 +188,9 @@
array(
'wl_user' => $user->getId(),
'wl_namespace=rc_namespace',
- 'wl_title=rc_title'
+ 'wl_title=rc_title',
+ // FIXME: Filter out wikidata changes
which currently show as anonymous (see bug 49315)
+ 'rc_type!=' . RC_EXTERNAL,
),
),
);
--
To view, visit https://gerrit.wikimedia.org/r/67471
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia0139e1944508726655d6b22a96411e95b5353f0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: MaxSem <[email protected]>
Gerrit-Reviewer: awjrichards <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits