mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 16:34:21 +00:00
Merge "Filter username suggestions to accounts with edits"
This commit is contained in:
commit
e9155afea6
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue