mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-11 01:04:05 +01:00
Add special handling for plus sign when encoding URL query parameters. Fixes #2542
This commit is contained in:
parent
7a2c4cef9a
commit
153e2dd006
@ -44,6 +44,6 @@ extension NewsBlurFeedChange: NewsBlurDataConvertible {
|
||||
}
|
||||
}()
|
||||
|
||||
return postData.percentEncodedQuery?.data(using: .utf8)
|
||||
return postData.enhancedPercentEncodedQuery?.data(using: .utf8)
|
||||
}
|
||||
}
|
||||
|
@ -42,6 +42,6 @@ extension NewsBlurFolderChange: NewsBlurDataConvertible {
|
||||
}
|
||||
}()
|
||||
|
||||
return postData.percentEncodedQuery?.data(using: .utf8)
|
||||
return postData.enhancedPercentEncodedQuery?.data(using: .utf8)
|
||||
}
|
||||
}
|
||||
|
@ -87,8 +87,8 @@
|
||||
"repositoryURL": "https://github.com/Ranchero-Software/RSWeb.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "dd9e2a24bfc7f2fa5f59a443f543fc95191c9788",
|
||||
"version": "1.0.0-beta7"
|
||||
"revision": "f4a5788bc0d1e6e75dac08a338298f80edb9d29a",
|
||||
"version": "1.0.0-beta8"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user