Fixed #59 : Consistant channel avatar bg

This commit is contained in:
unknown 2021-08-17 17:04:21 +05:30
commit d7e3e70430
3 changed files with 5 additions and 3 deletions

View file

@ -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}`}