Jdlrobson has uploaded a new change for review.
https://gerrit.wikimedia.org/r/67471
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(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend
refs/changes/71/67471/1
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: newchange
Gerrit-Change-Id: Ia0139e1944508726655d6b22a96411e95b5353f0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits