mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 13:46:57 +02:00
Room Creation: handle new created room as an empty room.
This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
{
|
||||
[super update];
|
||||
roomDisplayname = self.roomDataSource.room.vectorDisplayname;
|
||||
if (!roomDisplayname.length)
|
||||
{
|
||||
roomDisplayname = NSLocalizedStringFromTable(@"room_displayname_no_title", @"Vector", nil);
|
||||
}
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user