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
1 year ago
..
Attachment.swift Fixed a number of issues found during internal testing 1 year 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 2 years ago
ClosedGroup.swift Merge remote-tracking branch 'upstream/dev' into feature/updated-user-config-handling 1 year ago
ClosedGroupKeyPair.swift Fixed a number of bugs with the config handling 1 year ago
ConfigDump.swift [WIP] started adding logic to ignore messages invalidated by config 1 year ago
Contact.swift Started working on some config contact pruning logic 1 year ago
ControlMessageProcessRecord.swift Merge remote-tracking branch 'upstream/dev' into feature/updated-user-config-handling 1 year ago
DisappearingMessageConfiguration.swift Fixed a number of issues found during internal testing 1 year ago
GroupMember.swift Fixed the QA issues and a few other bugs 1 year ago
Interaction.swift Fixed a number of issues found during internal testing 1 year ago
InteractionAttachment.swift
LinkPreview.swift Fixed a number of issues found during internal testing 1 year ago
OpenGroup.swift Updated to the latest lib, started handling UserGroups 1 year ago
PendingReadReceipt.swift Started caching pending ReadReceipt messages to resolve an edge-case 1 year ago
Profile.swift Fixed up the remaining reported internal testing issues 1 year ago
Quote.swift regenerate the quoted attachment thumbnail when retrying to send the message 1 year ago
Reaction.swift update sortId logic after open group reaction index 2 years ago
RecipientState.swift Cleaned up some logic around sync messages 1 year ago
SessionThread.swift Moved some logic outside of DBWrite closures to prevent hangs 1 year ago
ThreadTypingIndicator.swift