Add [matrix] replacement string to be backwards compatible with $matrixLogo change

pull/21833/head
Travis Ralston 2022-03-31 19:34:06 -06:00
parent 59364ec177
commit d5e70dfaa5
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ export default class Welcome extends React.PureComponent<IProps> {
"$riot:ssoUrl": "#/start_sso",
"$riot:casUrl": "#/start_cas",
"$matrixLogo": MATRIX_LOGO_HTML,
"[matrix]": MATRIX_LOGO_HTML,
}}
/>
<LanguageSelector />