diff --git a/Postbox/Postbox.swift b/Postbox/Postbox.swift index 2ac6cdfeeb..507d6b7b60 100644 --- a/Postbox/Postbox.swift +++ b/Postbox/Postbox.swift @@ -1107,7 +1107,7 @@ public final class Postbox { //if let strongSelf = self { /*strongSelf.queue.async { if strongSelf.valueBox != nil { - let _ = strongSelf.modify({ _ -> Void in + let _ = strongSelf.transaction({ _ -> Void in }).start() } }*/