1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Give autocomplete providers the room they're in

Removes the gut-wrenching that RoomView does to jam the user list
into the user autocomplete provider.
This commit is contained in:
David Baker
2017-11-02 17:51:08 +00:00
parent 8800081cb9
commit 4953d4de4d
10 changed files with 107 additions and 97 deletions

View File

@@ -28,6 +28,9 @@ export default class AutocompleteProvider {
}
}
destroy() {
}
/**
* Of the matched commands in the query, returns the first that contains or is contained by the selection, or null.
*/