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
93 changed files with 202 additions and 202 deletions
+1 -1
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 [];
}