Merge pull request #328 from mpretty-cyro/fix/remove-api-hacks

Removed API hacks which are no longer needed
pull/1053/head
Morgan Pretty 4 months ago committed by GitHub
commit b92a5c19c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -413,9 +413,6 @@ public final class SnodeAPI {
let sendTimestamp: UInt64 = UInt64(SnodeAPI.currentOffsetTimestampMs())
// FIXME: There is a bug on SS now that a single-hash lookup is not working. Remove it when the bug is fixed
let serverHashes: [String] = serverHashes.appending("///////////////////////////////////////////") // Fake hash with valid length
do {
return try SnodeAPI
.prepareRequest(
@ -683,9 +680,6 @@ public final class SnodeAPI {
.eraseToAnyPublisher()
}
// FIXME: There is a bug on SS now that a single-hash lookup is not working. Remove it when the bug is fixed
let serverHashes: [String] = serverHashes.appending("///////////////////////////////////////////") // Fake hash with valid length
do {
return try SnodeAPI
.prepareRequest(

Loading…
Cancel
Save