Allow clicking on avatar in room intro (#7496)
This commit is contained in:
parent
c03cb67aef
commit
dbd7949e79
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ const NewRoomIntro = () => {
|
|||
noAvatarLabel={_t("Add a photo, so people can easily spot your room.")}
|
||||
setAvatarUrl={url => cli.sendStateEvent(roomId, EventType.RoomAvatar, { url }, '')}
|
||||
>
|
||||
<RoomAvatar room={room} width={AVATAR_SIZE} height={AVATAR_SIZE} />
|
||||
<RoomAvatar room={room} width={AVATAR_SIZE} height={AVATAR_SIZE} viewAvatarOnClick={true} />
|
||||
</MiniAvatarUploader>
|
||||
|
||||
<h2>{ room.name }</h2>
|
||||
|
|
Loading…
Reference in a new issue