session-ios/SessionMessagingKit/Jobs/Types
Morgan Pretty f8b2f73f7b Fixed a few issues found during QA
Fixed an issue where quotes containing images wouldn't send
Fixed an issue where a MessageSend job could get stuck in an infinite retry loop if it had an attachment in an invalid state
Fixed an issue where quotes containing non-media files wouldn't contain the correct data
Fixed an issue where the quote thumbnail was getting the wrong content mode set
Fixed an issue where the local disappearing messages config wasn't getting generated correctly
Fixed an issue where the format parameters for the disappearing message info message were the wrong way around in one case
Updated the AttachmentUploadJob to try to support images which haven't completed downloading (untested as it's not supported via the UI)
2022-08-04 13:25:46 +10:00
..
AttachmentDownloadJob.swift Attempted to fix the notification & call reporting issues 2022-07-25 17:03:09 +10:00
AttachmentUploadJob.swift Fixed a few issues found during QA 2022-08-04 13:25:46 +10:00
DisappearingMessagesJob.swift Removed the debug code and added a migration to remove the old YDB 2022-08-01 16:53:05 +10:00
FailedAttachmentDownloadsJob.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 2022-07-01 13:08:45 +10:00
FailedMessageSendsJob.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 2022-07-01 13:08:45 +10:00
GarbageCollectionJob.swift Updated the GarbageCollectionJob to log the number of files it removes 2022-08-01 10:05:30 +10:00
MessageReceiveJob.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 2022-07-01 13:08:45 +10:00
MessageSendJob.swift Fixed a few issues found during QA 2022-08-04 13:25:46 +10:00
NotifyPushServerJob.swift Fixed a number of reported bugs, some cleanup, added animated profile support 2022-07-08 17:53:48 +10:00
RetrieveDefaultOpenGroupRoomsJob.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 2022-07-01 13:08:45 +10:00
SendReadReceiptsJob.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 2022-07-01 13:08:45 +10:00
UpdateProfilePictureJob.swift Fixed a couple of crashes and a couple of other bugs 2022-07-28 15:36:56 +10:00