mirror of https://github.com/oxen-io/session-ios
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)pull/1018/head
parent
31e5719318
commit
d38e620e8e
Loading…
Reference in New Issue