Fixed #59 : Consistant channel avatar bg

This commit is contained in:
unknown
2021-08-17 17:04:21 +05:30
parent 9398cda4bd
commit 5990a1c9c1
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}`}