aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-profile.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-11 16:13:44 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-09-11 16:14:33 +0200
commit346c8cd43af5d5aba44291b018f7bf94e2ed335c (patch)
tree2bab05f0977540756316509ab3f5f5ec3bb37df6 /lisp/mastodon-profile.el
parenta986ec502a305a9a55311bec8956b1f0331d2b16 (diff)
remove stale TODOs and stale function --single-toot-from-url
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r--lisp/mastodon-profile.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index e8b8622..a43b92f 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -283,7 +283,6 @@ SOURCE means that the preference is in the 'source' part of the account json."
(defun mastodon-profile-update-preference-plist (pref val)
"Set local account preference plist preference PREF to VAL.
This is done after changing the setting on the server."
- ;; TODO: convert all :json-false to nil and back again on sending
(setq mastodon-profile-account-settings
(plist-put mastodon-profile-account-settings pref val)))
@@ -329,7 +328,6 @@ Discoverable means the account is listed in the server directory."
(interactive)
(mastodon-profile--toggle-account-key 'bot))
-;; TODO: actually respect "sensitive" account setting
(defun mastodon-profile-account-sensitive-toggle ()
"Toggle the sensitive status of your account.
When enabled, statuses are marked as sensitive by default."