mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
Public rooms: BF: when selecting Matrix, it should display Matrix, not matrix.org
This commit is contained in:
@@ -73,7 +73,16 @@ double const kPublicRoomsDirectoryDataExpiration = 10;
|
||||
}
|
||||
else
|
||||
{
|
||||
directoryServerDisplayname = self.mxSession.matrixRestClient.credentials.homeServerName;
|
||||
if (_includeAllNetworks)
|
||||
{
|
||||
// We display all rooms, included bridged ones, of the user's HS
|
||||
directoryServerDisplayname = self.mxSession.matrixRestClient.credentials.homeServerName;
|
||||
}
|
||||
else
|
||||
{
|
||||
// We display only Matrix rooms of the user's HS
|
||||
directoryServerDisplayname = [NSBundle mxk_localizedStringForKey:@"matrix"];
|
||||
}
|
||||
}
|
||||
|
||||
return directoryServerDisplayname;
|
||||
|
||||
Reference in New Issue
Block a user