$riot_theme -> $theme

Signed-off-by: Travis Ralston <travpc@gmail.com>
pull/21833/head
Travis Ralston 2017-12-18 09:19:54 -07:00 committed by GitHub
parent 678d87ef20
commit e5df0dcf1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -133,8 +133,8 @@ module.exports = React.createClass({
'$matrix_display_name': user ? user.displayName : this.props.userId, '$matrix_display_name': user ? user.displayName : this.props.userId,
'$matrix_avatar_url': user ? MatrixClientPeg.get().mxcUrlToHttp(user.avatarUrl) : '', '$matrix_avatar_url': user ? MatrixClientPeg.get().mxcUrlToHttp(user.avatarUrl) : '',
// Namespaced for Riot // TODO: Namespace themes through some standard
'$riot_theme': SettingsStore.getValue("theme"), '$theme': SettingsStore.getValue("theme"),
}; };
app.id = appId; app.id = appId;