Merge pull request #5083 from matrix-org/jryans/riot-to-element

Replace Riot with Element in docs and comments
This commit is contained in:
J. Ryan Stinnett 2020-08-05 12:25:45 +01:00 committed by GitHub
commit 7748e3ae1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
93 changed files with 202 additions and 202 deletions

View file

@ -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 [];
}