emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mastodon 8e3b3ebb07 03/22: get-source-pref > get-source-va


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon 8e3b3ebb07 03/22: get-source-pref > get-source-value
Date: Fri, 31 May 2024 10:01:28 -0400 (EDT)

branch: elpa/mastodon
commit 8e3b3ebb07a485f4f5e04ebaf49417bbdf0e6685
Author: marty hiatt <martianhiatus@riseup.net>
Commit: marty hiatt <martianhiatus@riseup.net>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]