refactor completed

This commit is contained in:
Mauro Romito
2023-03-06 14:59:03 +01:00
parent 72bbf08dc3
commit fc1c22c08c
49 changed files with 72 additions and 72 deletions
@@ -41,7 +41,7 @@
MXRoom* room = [bubbleData.mxSession roomWithRoomId:bubbleData.roomId];
if (room)
{
self.roomNameLabel.text = room.summary.displayname;
self.roomNameLabel.text = room.summary.displayName;
}
else
{