mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
$riot_theme -> $theme
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
678d87ef20
commit
e5df0dcf1e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user