From 8e3b3ebb07a485f4f5e04ebaf49417bbdf0e6685 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 28 May 2024 19:02:02 +0200 Subject: get-source-pref > get-source-value --- lisp/mastodon-toot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') 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 -- cgit v1.2.3