element-web/src/autocomplete
Bruno Windels 8870da6c24 Add alt_aliases to room completion candidates
but don't match on name otherwise you see multiple entries per room
when searching for a room name

Also pass the roomId to the composer autocomplete, so
it's easier to we don't need to loop through all the rooms and
it's also easier accept room with local aliases as well in the future
2020-02-21 13:02:41 +01:00
..
AutocompleteProvider.js remove errant debug 2019-05-20 10:08:34 +01:00
Autocompleter.js Rip out the remainder of Bluebird 2019-11-18 10:03:05 +00:00
CommandProvider.js Improve A11Y for Autocomplete Commands and DDG 2019-10-14 10:37:10 +01:00
CommunityProvider.js Convert imports to ES6 from CommonJS 2019-12-22 21:16:06 -07:00
Components.js Improve A11Y for Autocomplete Commands and DDG 2019-10-14 10:37:10 +01:00
DuckDuckGoProvider.js Remove unused fetch polyfills, querystring, require-json. Move glob to dev-dep 2020-01-18 02:01:45 +00:00
EmojiProvider.js remove unused, commented line of code 2019-12-19 17:22:02 +00:00
NotifProvider.js Convert imports to ES6 from CommonJS 2019-12-22 21:16:06 -07:00
QueryMatcher.js Get rid of stripped-emoji.json in favour of an in-memory single truth source 2019-12-18 15:40:19 +00:00
RoomProvider.js Add alt_aliases to room completion candidates 2020-02-21 13:02:41 +01:00
UserProvider.js Convert imports to ES6 from CommonJS 2019-12-22 21:16:06 -07:00