mirror of https://github.com/vector-im/riot-web
$riot_theme -> $theme
Signed-off-by: Travis Ralston <travpc@gmail.com>pull/21833/head
parent
678d87ef20
commit
e5df0dcf1e
|
@ -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 New Issue