Merge branch 'dev' of https://github.com/loki-project/session-ios into bug-fix-2.0

pull/246/head
Ryan ZHAO 4 years ago
commit 7c0da7cb81

@ -335,8 +335,9 @@ public final class SnodeAPI : NSObject {
} else {
print("[Loki] Failed to update proof of work difficulty.")
}
break
default: break
default:
handleBadSnode()
print("[Loki] Unhandled response code: \(statusCode).")
}
return nil
}

Loading…
Cancel
Save