feat: small fixes (MESSENGER-7565)

This commit is contained in:
Frank Rotermund
2025-09-25 14:12:00 +02:00
parent be743b6b23
commit 515c286bd8
5 changed files with 44 additions and 17 deletions

View File

@@ -1896,6 +1896,7 @@ NSString *const kRecentsDataSourceTapOnDirectoryServerChange = @"kRecentsDataSou
return;
// bwi #7565 as we have a session here and its a migration step -> use the migrationAssistant here
// this is called everytime when migration level is >= 1 we should find a better place when level 2 and 3 are implemented
MigrationAssistant *migrationAssistant = [[MigrationAssistant alloc] init];