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/Models
Morgan Pretty 6f4bdcdccb Moved some logic outside of DBWrite closures to prevent hangs
Updated the SessionApp.presentConversation function from using the DBWrite thread if it didn't need to
Updated the PagedDatabaseObserver to process database commits async on a serial queue to avoid holding up the DBWrite thread
Moved another Atomic mutation outside of a DBWrite closure
Refactored the PagedDatabaseObserver 'databaseDidCommit' logic to be much more straightforward
Tweaked a couple of flaky unit tests
2 years ago
..
Attachment.swift Fixed a number of issues found during internal testing 2 years ago
BlindedIdLookup.swift Sorted out a bunch of the config syncing logic 2 years ago
Capability.swift feat: add capability check for open group emoji reacts 3 years ago
ClosedGroup.swift Merge remote-tracking branch 'upstream/dev' into feature/updated-user-config-handling 2 years ago
ClosedGroupKeyPair.swift Fixed a number of bugs with the config handling 2 years ago
ConfigDump.swift [WIP] started adding logic to ignore messages invalidated by config 2 years ago
Contact.swift Started working on some config contact pruning logic 2 years ago
ControlMessageProcessRecord.swift Merge remote-tracking branch 'upstream/dev' into feature/updated-user-config-handling 2 years ago
DisappearingMessageConfiguration.swift Fixed a number of issues found during internal testing 2 years ago
GroupMember.swift Fixed the QA issues and a few other bugs 2 years ago
Interaction.swift Fixed a number of issues found during internal testing 2 years ago
InteractionAttachment.swift Added logic for the GarbageCollectionJob 3 years ago
LinkPreview.swift Fixed a number of issues found during internal testing 2 years ago
OpenGroup.swift Updated to the latest lib, started handling UserGroups 2 years ago
PendingReadReceipt.swift Started caching pending ReadReceipt messages to resolve an edge-case 2 years ago
Profile.swift Fixed up the remaining reported internal testing issues 2 years ago
Quote.swift regenerate the quoted attachment thumbnail when retrying to send the message 2 years ago
Reaction.swift update sortId logic after open group reaction index 3 years ago
RecipientState.swift Cleaned up some logic around sync messages 2 years ago
SessionThread.swift Moved some logic outside of DBWrite closures to prevent hangs 2 years ago
ThreadTypingIndicator.swift Finished of the Conversation screen and JobQueue concurrency 3 years ago