mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
refactor completed
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user