aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-profile.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-10-01 22:21:32 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-10-01 22:21:32 +0200
commit2487b589292976f830325eea39765beb44e4036a (patch)
treec24582775bec3b8c2d0df4acb826ce6f5de069df /lisp/mastodon-profile.el
parentdb078f72b7d176f18e24792e93319322b02795bb (diff)
http--post: if :json, supply required headers
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r--lisp/mastodon-profile.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index 6410591..ce7fddd 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -386,6 +386,8 @@ This is done after changing the setting on the server."
Only do so if `mastodon-profile-account-settings' is nil."
(mastodon-profile--fetch-server-account-settings :no-force))
+;; FIXME: this does one request per setting! should just do one request then
+;; parse
(defun mastodon-profile--fetch-server-account-settings (&optional no-force)
"Fetch basic account settings from the server.
Store the values in `mastodon-profile-account-settings'.