https://bugzilla.wikimedia.org/show_bug.cgi?id=47219

tm112 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from tm112 <[email protected]> ---
I confirm that this happens. And I'm almost sure it was also before 1.22wmf1.
And I confirm that it's annoying. But that should be easy to fix, it's in the
ApiFeedWatchlist.php.

These feed items should be easy to find as 'revid' and 'old_revid' are equal
for them. But then there are two solutions:
1) To mark them as Wikidata edits – this should be easy as they have no comment
so that is a good place to use for a notice, e.g. "(change on Wikidata)".
2) To extract them completely (do not show them). I'm not sure how. Maybe a
simple if/else statement – function createFeedItem() returns new FeedItem. But
I'm not a PHP specialist and I don't know if a code (in short):
function {
 if (revid==old_revid) {… return new FeedItem(…)}
 else {}
}
would work.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to