branch: elpa/fedi
commit a651d296586ccdfca9f1ce2c1d3ac757b97992bf
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
breaking change: triage - call success on response
---
fedi-http.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fedi-http.el b/fedi-http.el
index a3dc0aaeea1..55f7f16bc6b 100644
--- a/fedi-http.el
+++ b/fedi-http.el
@@ -114,7 +114,7 @@ RESPONSE if unsuccessful."
(wrong-type-argument
"Looks like we got no response from the server."))))
(cond ((string-prefix-p "2" status)
- (funcall success))
+ (funcall success response))
((string-prefix-p "404" status)
(message "Error %s: page not found" status))
(t