diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-05-28 19:02:02 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-05-28 19:02:02 +0200 |
commit | 8e3b3ebb07a485f4f5e04ebaf49417bbdf0e6685 (patch) | |
tree | d0e67b150e1df219029e7f6eb4dfea9e742e3a75 /lisp | |
parent | b6aa12f8e0c3ce0826ce656bf789df8793d5b1e9 (diff) |
get-source-pref > get-source-value
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-toot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 864d767..3eadf91 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -1881,7 +1881,7 @@ EDIT means we are editing an existing toot, not composing a new one." (setq mastodon-toot--visibility (or (plist-get mastodon-profile-account-settings 'privacy) ;; use toot visibility setting from the server: - (mastodon-profile--get-source-pref 'privacy) + (mastodon-profile--get-source-value 'privacy) "public")) ; fallback (if mastodon-toot-display-orig-in-reply-buffer (progn |