Merge pull request #5083 from matrix-org/jryans/riot-to-element
Replace Riot with Element in docs and comments
This commit is contained in:
commit
7748e3ae1a
93 changed files with 202 additions and 202 deletions
|
@ -53,7 +53,7 @@ export default class CommunityProvider extends AutocompleteProvider {
|
|||
const BaseAvatar = sdk.getComponent('views.avatars.BaseAvatar');
|
||||
|
||||
// Disable autocompletions when composing commands because of various issues
|
||||
// (see https://github.com/vector-im/riot-web/issues/4762)
|
||||
// (see https://github.com/vector-im/element-web/issues/4762)
|
||||
if (/^(\/join|\/leave)/.test(query)) {
|
||||
return [];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue