Fixed #59 : Consistant channel avatar bg
This commit is contained in:
parent
e95a859ee9
commit
d7e3e70430
3 changed files with 5 additions and 3 deletions
|
|
@ -127,6 +127,7 @@ function genChannelIntro(mEvent, roomTimeline) {
|
|||
return (
|
||||
<ChannelIntro
|
||||
key={mEvent ? mEvent.getId() : Math.random().toString(20).substr(2, 6)}
|
||||
roomId={roomTimeline.roomId}
|
||||
avatarSrc={avatarSrc}
|
||||
name={roomTimeline.room.name}
|
||||
heading={`Welcome to ${roomTimeline.room.name}`}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue