Fix username / displayname naming confusion

This commit is contained in:
David Baker
2023-06-27 12:23:19 +01:00
parent 41456505e0
commit 2caaa15520
4 changed files with 7 additions and 7 deletions

View File

@@ -85,7 +85,7 @@ export function GroupCallView({
const roomAvatarUrl = useRoomAvatar(groupCall.room);
const matrixInfo: MatrixInfo = {
userName: displayName,
displayName,
avatarUrl,
roomName: groupCall.room.name,
roomIdOrAlias,