[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
- [nongnu] elpa/mastodon updated (476268af7d -> 40971e1f1f), ELPA Syncer, 2024/05/31
- [nongnu] elpa/mastodon b6aa12f8e0 02/22: filter post by language fix docstring, ELPA Syncer, 2024/05/31
- [nongnu] elpa/mastodon 8e3b3ebb07 03/22: get-source-pref > get-source-value,
ELPA Syncer <=
- [nongnu] elpa/mastodon 7d08161609 01/22: add view-item-on-own-instance fun, ELPA Syncer, 2024/05/31
- [nongnu] elpa/mastodon 355e1814be 06/22: refactor remote-local domain checks, ELPA Syncer, 2024/05/31
- [nongnu] elpa/mastodon 87dfd9bd20 11/22: not working unfilter user langs. adds json flag arg through action funs, ELPA Syncer, 2024/05/31
- [nongnu] elpa/mastodon 5b321820fa 13/22: update index, ELPA Syncer, 2024/05/31
- [nongnu] elpa/mastodon c194bfd5af 08/22: autoloads, ELPA Syncer, 2024/05/31
- [nongnu] elpa/mastodon e17cb2e239 07/22: docstrings, ELPA Syncer, 2024/05/31
- [nongnu] elpa/mastodon 040c69ad67 10/22: display filtered follow langs on user profiles. FIX #559., ELPA Syncer, 2024/05/31
- [nongnu] elpa/mastodon fa54e20779 04/22: account settings var docstring., ELPA Syncer, 2024/05/31
- [nongnu] elpa/mastodon 0bebd58588 05/22: set default language in compose buffer from, ELPA Syncer, 2024/05/31
- [nongnu] elpa/mastodon c688fd0b6e 09/22: fix setting lang un toot compose buffer, ELPA Syncer, 2024/05/31