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:
@@ -372,7 +372,7 @@ export function InCallView({
|
||||
<LeftNav>
|
||||
<RoomHeaderInfo
|
||||
roomName={matrixInfo.roomName}
|
||||
avatarUrl={matrixInfo.avatarUrl}
|
||||
avatarUrl={matrixInfo.roomAvatarUrl}
|
||||
/>
|
||||
<VersionMismatchWarning
|
||||
users={unencryptedEventsFromUsers}
|
||||
|
||||
Reference in New Issue
Block a user