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/LibSession
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
..
Config Handling Refactored the DSL for interacting with C structs 7 months ago
Database Cleaned up a bunch of warnings, renamed a couple of folders 1 year ago
LibSession+SessionMessagingKit.swift Fixed a regression when updating config messages 7 months ago