session-ios/SessionMessagingKit/Database/Models
Morgan Pretty b541666ef0 Got the ability to send message working again and other tweaks
Tested and fixed a couple of issues with the disappearingMessages job
Added a simple dependency system for jobs (primarily for the AttachmentUploadJob, but will likely be others later)
Setup the AttachmentUploadJob again (looks like there are cases which use it)
Prevented a possible infinite job deferral loop from causing the app to crash (the loop is still technically possible but the app will continue to run now)
Updated the interactions unique constraints based on testing and discussions around how the serverHash works
Deleted the legacy ReadReceipt handling (now managed via the 'interaction.wasRead' flag and 'SendReadReceiptsJob')
Deleted the unused SSKIncrementingIdFinder
2022-05-06 12:44:26 +10:00
..
Attachment.swift Cleared out some of the legacy serialisation logic, further UI binding 2022-05-03 17:14:56 +10:00
Capability.swift Further work on the DB refactoring 2022-04-08 16:56:33 +10:00
ClosedGroup.swift Cleared out some of the legacy serialisation logic, further UI binding 2022-05-03 17:14:56 +10:00
ClosedGroupKeyPair.swift Fixed a few closed group and job issues 2022-04-22 18:47:11 +10:00
Contact.swift Got the ability to send message working again and other tweaks 2022-05-06 12:44:26 +10:00
ControlMessageProcessRecord.swift Further work on migrations and message pipeline refactoring 2022-04-21 16:42:35 +10:00
DisappearingMessageConfiguration.swift Cleared out some of the legacy serialisation logic, further UI binding 2022-05-03 17:14:56 +10:00
GroupMember.swift Got the ability to send message working again and other tweaks 2022-05-06 12:44:26 +10:00
Interaction.swift Got the ability to send message working again and other tweaks 2022-05-06 12:44:26 +10:00
InteractionAttachment.swift Cleared out some of the legacy serialisation logic, further UI binding 2022-05-03 17:14:56 +10:00
LinkPreview.swift Cleared out some of the legacy serialisation logic, further UI binding 2022-05-03 17:14:56 +10:00
OpenGroup.swift Cleared out some of the legacy serialisation logic, further UI binding 2022-05-03 17:14:56 +10:00
Profile.swift Got the ability to send message working again and other tweaks 2022-05-06 12:44:26 +10:00
Quote.swift Cleared out some of the legacy serialisation logic, further UI binding 2022-05-03 17:14:56 +10:00
RecipientState.swift Cleared out some of the legacy serialisation logic, further UI binding 2022-05-03 17:14:56 +10:00
SessionThread.swift Got the ability to send message working again and other tweaks 2022-05-06 12:44:26 +10:00