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/Jobs/Types
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
..
AttachmentDownloadJob.swift Refactored the LintLocalizableStrings script 7 months ago
AttachmentUploadJob.swift Replaced Cocoapods with Swift Package Manager for dependency management 9 months ago
CheckForAppUpdatesJob.swift Added code to defer the CheckForAppUpdatesJob when running tests or sim 8 months ago
ConfigMessageReceiveJob.swift Merge remote-tracking branch 'upstream/dev' into feature/swift-package-manager 8 months ago
ConfigurationSyncJob.swift Fixed an issue with push notifications in legacy groups 8 months ago
DisappearingMessagesJob.swift Refactored `Atomic<T>` to `@ThreadSafe` and `@ThreadSafeObject` 4 months ago
ExpirationUpdateJob.swift [WIP] Cleaned up interface, error handling and redundant code 1 year ago
FailedAttachmentDownloadsJob.swift Replaced Cocoapods with Swift Package Manager for dependency management 9 months ago
FailedMessageSendsJob.swift Refactored the 'RecipientState' type 6 months ago
GarbageCollectionJob.swift Refactored the LintLocalizableStrings script 7 months ago
GetExpirationJob.swift Moved a bunch of networking logic into libSession 1 year ago
GroupLeavingJob.swift Cleaned up 'calledFromConfig' params 4 months ago
MessageReceiveJob.swift Merge remote-tracking branch 'upstream/dev' into feature/swift-package-manager 8 months ago
MessageSendJob.swift Minor logging tweaks 8 months ago
NotifyPushServerJob.swift Merge remote-tracking branch 'upstream/dev' into feature/updated-push-server 2 years ago
RetrieveDefaultOpenGroupRoomsJob.swift Fixed a few more minor bugs and updated GeoLite2 data 10 months ago
SendReadReceiptsJob.swift Fixed a few bugs with sync messages 1 year ago
UpdateProfilePictureJob.swift Fixed a few bugs found when testing strings 8 months ago