Skip to content

Remove lag when starting user autocompletion

Carl Schwan requested to merge work/remove-lag-autocompletion into master

We realistically don't need to interate over every user when typing '@', since this is not usefull for the user and create some lag.

Merge request reports