You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/SessionMessagingKit/Database/Migrations
Morgan Pretty 1e07120eba Cleaned up 'calledFromConfig' params
• Renamed the remaining 'calledFromConfig' params to be a bit more descriptive of what they actually do
• Removed all the 'calledFromConfig' values

The `calledFromConfig` was previously needed to help prevent reentrant libSession access but that is now supported. This now means that a config change could trigger a database update which subsequently triggers a config change but libSession has a built in diff system which will prevent this resulting in an infinite update loop

If we do end up in a situation that this update loop results in a config change (which would then get synced) it's likely a bug in iOS which would be hard to track down as it would result from a specific database change (ie. this will hopefully make it easier to resolve inconsistent libSession integrations)
4 months ago
..
_001_InitialSetupMigration.swift Merge branch 'dev' into fix/rework-recipient-state 6 months ago
_002_SetupStandardJobs.swift Refactored the LintLocalizableStrings script 6 months ago
_003_YDBToGRDBMigration.swift Refactored the LintLocalizableStrings script 6 months ago
_004_RemoveLegacyYDB.swift Refactored the LintLocalizableStrings script 6 months ago
_005_FixDeletedMessageReadState.swift Refactored the LintLocalizableStrings script 6 months ago
_006_FixHiddenModAdminSupport.swift Refactored the LintLocalizableStrings script 6 months ago
_007_HomeQueryOptimisationIndexes.swift Refactored the LintLocalizableStrings script 6 months ago
_008_EmojiReacts.swift Refactored the LintLocalizableStrings script 6 months ago
_009_OpenGroupPermission.swift Refactored the LintLocalizableStrings script 6 months ago
_010_AddThreadIdToFTS.swift Refactored the LintLocalizableStrings script 6 months ago
_011_AddPendingReadReceipts.swift Refactored the LintLocalizableStrings script 6 months ago
_012_AddFTSIfNeeded.swift Refactored the LintLocalizableStrings script 6 months ago
_013_SessionUtilChanges.swift Cleaned up 'calledFromConfig' params 4 months ago
_014_GenerateInitialUserConfigDumps.swift Refactored `Atomic<T>` to `@ThreadSafe` and `@ThreadSafeObject` 4 months ago
_015_BlockCommunityMessageRequests.swift Refactored the LintLocalizableStrings script 6 months ago
_016_MakeBrokenProfileTimestampsNullable.swift Refactored the LintLocalizableStrings script 6 months ago
_017_RebuildFTSIfNeeded_2_4_5.swift Refactored the LintLocalizableStrings script 6 months ago
_018_DisappearingMessagesConfiguration.swift Various dependency changes required to get unit tests working correctly 5 months ago
_019_ScheduleAppUpdateCheckJob.swift Refactored the LintLocalizableStrings script 6 months ago
_020_AddMissingWhisperFlag.swift Refactored the 'RecipientState' type 6 months ago
_021_ReworkRecipientState.swift Refactored the 'RecipientState' type 6 months ago