Merge "Filter username suggestions to accounts with edits"

This commit is contained in:
jenkins-bot 2022-01-08 01:33:33 +00:00 committed by Gerrit Code Review
commit e9155afea6

View file

@ -103,6 +103,7 @@ MWUsernameCompletionAction.prototype.getSuggestions = function ( input ) {
list: 'allusers',
auprefix: input,
auprop: 'blockinfo',
auwitheditsonly: 1,
// Fetch twice as many results as we need so we can filter
// blocked users and still probably have some suggestions left
aulimit: this.constructor.static.defaultLimit * 2