You've already forked matrix-react-sdk
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:
@@ -62,4 +62,8 @@ export default class CommandProvider extends AutocompleteProvider {
|
||||
}
|
||||
return Q.when(completions);
|
||||
}
|
||||
|
||||
getName() {
|
||||
return 'Commands';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user