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
Morgan Pretty d38e620e8e Fixed a regression when updating config messages
Doing a config push was working via `Atomic.wrappedValue` instead of `Atomic.mutate` - we need to use `Atomic.mutate` in this case because we want to block other threads from modifying the config while we are doing a push (otherwise it can crash due to data changing while generating the push payload)
7 months ago
..
Calls Fixed the share extension and moved the WebRTC logic 8 months ago
Crypto Fixed a legacy group message decryption issue 8 months ago
Database Merge remote-tracking branch 'upstream/dev' into feature/swift-package-manager 8 months ago
Jobs/Types Fixed a few bugs found when testing strings 7 months ago
LibSession Fixed a regression when updating config messages 7 months ago
Messages Fixed an issue where you could answer calls without having the mic permission 7 months ago
Meta Refactored AppContext and AppRediness to Swift 1 year ago
Open Groups Merge remote-tracking branch 'upstream/dev' into feature/swift-package-manager 8 months ago
Protos Merge remote-tracking branch 'upstream/dev' into feature/swift-package-manager 8 months ago
Sending & Receiving Fixed an issue where you could answer calls without having the mic permission 7 months ago
Shared Models Replaced Cocoapods with Swift Package Manager for dependency management 8 months ago
Utilities Fixed a few bugs found when testing strings 7 months ago
Configuration.swift Additional bug fixes, log tweaks and update checking 10 months ago