mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
argh 2
This commit is contained in:
parent
6d390ebd2f
commit
7bdf612ad5
@ -31,7 +31,7 @@ module.exports = {
|
|||||||
// takes member as an arg so it can be used if the
|
// takes member as an arg so it can be used if the
|
||||||
// avatars are required outsode of components
|
// avatars are required outsode of components
|
||||||
// (eg. in html5 desktop notifs, although this is not)
|
// (eg. in html5 desktop notifs, although this is not)
|
||||||
avatarUrlForRoom(room) {
|
avatarUrlForRoom: function(room) {
|
||||||
var url = MatrixClientPeg.get().getAvatarUrlForRoom(
|
var url = MatrixClientPeg.get().getAvatarUrlForRoom(
|
||||||
room,
|
room,
|
||||||
this.props.width, this.props.height, this.props.resizeMethod,
|
this.props.width, this.props.height, this.props.resizeMethod,
|
||||||
|
Loading…
Reference in New Issue
Block a user