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 8d99f64f56 Fixed a few more bugs
• Fixed an issue where the message status wouldn't update to the failed state if the MessageSendJob timed-out
• Fixed an issue where network issues could result in a backlog of TypingIndicator messages that failed to send (don't bother retrying them)
• Fixed an issue where concurrent jobs might not retry correctly if other jobs don't complete or the retry was triggered from the wrong queue
• Fixed an issue where the input view could disappear in some cases
2 years ago
..
AttachmentDownloadJob.swift [WIP] Cleaned up interface, error handling and redundant code 2 years ago
AttachmentUploadJob.swift Fixed a few bugs with sync messages 2 years ago
ConfigMessageReceiveJob.swift Moving libSession into SessionUtilitiesKit to expose it to other targets 2 years ago
ConfigurationSyncJob.swift [WIP] Cleaned up interface, error handling and redundant code 2 years ago
DisappearingMessagesJob.swift add a process to clean up any expired messages before loading initial screen after app launch 2 years ago
ExpirationUpdateJob.swift [WIP] Cleaned up interface, error handling and redundant code 2 years ago
FailedAttachmentDownloadsJob.swift Fixed the broken tests 2 years ago
FailedMessageSendsJob.swift Fixed the broken tests 2 years ago
GarbageCollectionJob.swift Cleaned up a bunch of warnings, renamed a couple of folders 2 years ago
GetExpirationJob.swift Fixed a number of bugs found in the internal release 2 years ago
GroupLeavingJob.swift Fixed a few bugs with sync messages 2 years ago
MessageReceiveJob.swift Fixed a number of bugs found while testing the internal build 2 years ago
MessageSendJob.swift Fixed a few more bugs 2 years ago
NotifyPushServerJob.swift Merge remote-tracking branch 'upstream/dev' into feature/updated-push-server 2 years ago
RetrieveDefaultOpenGroupRoomsJob.swift Fixed the broken tests 2 years ago
SendReadReceiptsJob.swift Fixed a few bugs with sync messages 2 years ago
UpdateProfilePictureJob.swift Fixed the broken tests 2 years ago