branch: elpa/fedi
commit 9d4f0d501e4b65210e233554ff90941adff2ebac
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    http--api-version = "v1" by default
---
 fedi-http.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fedi-http.el b/fedi-http.el
index 39ff214c0a2..349d1981b00 100644
--- a/fedi-http.el
+++ b/fedi-http.el
@@ -48,7 +48,7 @@
 ;; (defvar fedi-toot--media-attachment-filenames)
 
 (defvar fedi-instance-url)
-(defvar fedi-http--api-version)
+(defvar fedi-http--api-version "v1")
 
 (defconst fedi-http--timeout 15
   "HTTP request timeout, in seconds.  Has no effect on Emacs < 26.1.")

Reply via email to