branch: elpa/mastodon
commit 8e3b3ebb07a485f4f5e04ebaf49417bbdf0e6685
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
get-source-pref > get-source-value
---
lisp/mastodon-toot.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 864d767016..3eadf91884 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