1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

room, user, ddg autocomplete providers (wip)

This commit is contained in:
Aviral Dasgupta
2016-06-12 17:02:46 +05:30
parent 0df201c483
commit 4bc8ec3e6d
9 changed files with 163 additions and 19 deletions

View File

@@ -62,4 +62,8 @@ export default class CommandProvider extends AutocompleteProvider {
}
return Q.when(completions);
}
getName() {
return 'Commands';
}
}