mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
feat: use username instead of displayname (MESSENGER-7565)
This commit is contained in:
@@ -1899,7 +1899,7 @@ NSString *const kRecentsDataSourceTapOnDirectoryServerChange = @"kRecentsDataSou
|
||||
|
||||
MigrationAssistant *migrationAssistant = [[MigrationAssistant alloc] init];
|
||||
|
||||
BOOL retVal = [migrationAssistant storeDisplaynameWithSession:session];
|
||||
BOOL retVal = [migrationAssistant storeUsernameWithSession:session];
|
||||
if ( retVal == false) {
|
||||
MXLogError(@"[RecentsDataSource] shouldShowFeatureBanner could not store displaname for migration")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user