mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
$riot_theme -> $theme
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
678d87ef20
commit
e5df0dcf1e
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,8 @@ module.exports = React.createClass({
|
|||
'$matrix_display_name': user ? user.displayName : this.props.userId,
|
||||
'$matrix_avatar_url': user ? MatrixClientPeg.get().mxcUrlToHttp(user.avatarUrl) : '',
|
||||
|
||||
// Namespaced for Riot
|
||||
'$riot_theme': SettingsStore.getValue("theme"),
|
||||
// TODO: Namespace themes through some standard
|
||||
'$theme': SettingsStore.getValue("theme"),
|
||||
};
|
||||
|
||||
app.id = appId;
|
||||
|
|
Loading…
Reference in a new issue