diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-08-04 09:39:04 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-08-04 09:39:04 +0200 |
commit | 49261b91b075b9ee77c96bbd04fa05043d29d28a (patch) | |
tree | d7aff42a185da80f7614c113125f412a9d1afc6c /lisp/mastodon-toot.el | |
parent | 46b66e332a95096773c952598c363df5e0091d53 (diff) |
Revert "replace persist with multisession"
This reverts commit f19f3bc2735bd78bb3150b8507b6f8949108cece.
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 1269516..6387bea 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -1951,9 +1951,7 @@ EDIT means we are editing an existing toot, not composing a new one." (mastodon-toot-mode t) ;; set visibility: (setq mastodon-toot--visibility - (or (plist-get - (multisession-value mastodon-profile-account-settings) - 'privacy) + (or (plist-get mastodon-profile-account-settings 'privacy) ;; use toot visibility setting from the server: (mastodon-profile--get-source-value 'privacy) "public")) ; fallback |