1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-20 16:22:28 +03:00

$riot_theme -> $theme

Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
Travis Ralston
2017-12-18 09:19:54 -07:00
committed by GitHub
parent 678d87ef20
commit e5df0dcf1e

View File

@@ -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;