Hide anonymous users | Hide logged-in users filters are incompatible with the Wikidata changes.
These filters depend on rc_user (id) in the recentchanges table. It is set to 0 for anons and set to something other than 0 for logged in users.
For Wikimedia, an option would be to check central auth and assign the rc_user id accordingly if it's a linked account with Wikidata, and to 0 if the user was an IP on wikidata. There's still the question of what id to assign non-linked users.
For external Wikibase Client installs, central auth obviously won't work and we need another way to do this.
Version: master
Severity: normal