Show the room avatar rather than the user avatar in the header
It's supposed to be the room avatar; this was a regression introduced during the LiveKit hack week.
This commit is contained in:
@@ -57,7 +57,7 @@ export function LobbyView(props: Props) {
|
||||
<LeftNav>
|
||||
<RoomHeaderInfo
|
||||
roomName={props.matrixInfo.roomName}
|
||||
avatarUrl={props.matrixInfo.avatarUrl}
|
||||
avatarUrl={props.matrixInfo.roomAvatarUrl}
|
||||
/>
|
||||
</LeftNav>
|
||||
<RightNav>
|
||||
|
||||
Reference in New Issue
Block a user