diff --git a/Postbox/Postbox.swift b/Postbox/Postbox.swift index 46273869b7..c918df9f1d 100644 --- a/Postbox/Postbox.swift +++ b/Postbox/Postbox.swift @@ -961,7 +961,7 @@ fileprivate class PipeNotifier: NSObject { } public enum PostboxResult { - case upgrading + case upgrading(Float) case postbox(Postbox) }