[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/mastodon 1ce402833e 50/52: flychecks
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/mastodon 1ce402833e 50/52: flychecks |
Date: |
Mon, 30 Oct 2023 16:01:33 -0400 (EDT) |
branch: elpa/mastodon
commit 1ce402833eba468f617195499dde770b1de33c5c
Author: marty hiatt <martianhiatus@riseup.net>
Commit: marty hiatt <martianhiatus@riseup.net>
flychecks
---
lisp/mastodon-tl.el | 14 ++++++++++----
lisp/mastodon-toot.el | 1 +
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 135c7f5ba4..8c7fab8815 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -1763,7 +1763,7 @@ ID is that of the toot to view."
(mastodon-tl--goto-next-item)))))
(defun mastodon-tl--update-toot (json)
- ""
+ "Call `mastodon-tl--single-toot' on id found in JSON."
(let ((id (alist-get 'id json)))
(mastodon-tl--single-toot id)))
@@ -1885,7 +1885,9 @@ ID is that of the post the context is currently displayed
for."
If NOTIFY is \"true\", enable notifications when that user posts.
If NOTIFY is \"false\", disable notifications when that user posts.
Can be called to toggle NOTIFY on users already being followed.
-LANGS is an array parameters alist of languages to filer user's posts by."
+LANGS is an array parameters alist of languages to filer user's posts by.
+REBLOGS is a boolean string like NOTIFY, enabling or disabling
+display of the user's boosts in your timeline."
(interactive
(list (mastodon-tl--user-handles-get "follow")))
(mastodon-tl--do-if-item
@@ -1907,13 +1909,17 @@ LANGS is an array parameters alist of languages to
filer user's posts by."
(mastodon-tl--follow-user user-handle "false"))
(defun mastodon-tl--follow-user-disable-boosts (user-handle)
- ""
+ "Prompt for a USER-HANDLE, and disable display of boosts in home timeline.
+If they are also not yet followed, follow them."
(interactive
(list (mastodon-tl--user-handles-get "disable boosts")))
(mastodon-tl--follow-user user-handle nil nil "false"))
(defun mastodon-tl--follow-user-enable-boosts (user-handle)
- ""
+ "Prompt for a USER-HANDLE, and enable display of boosts in home timeline.
+If they are also not yet followed, follow them.
+You only need to call this if you have previously disabled
+display of boosts."
(interactive
(list (mastodon-tl--user-handles-get "enable boosts")))
(mastodon-tl--follow-user user-handle nil nil "true"))
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index e10e7e8b4c..b2f860fe6a 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -91,6 +91,7 @@
(autoload 'mastodon-views--cancel-scheduled-toot "mastodon-views")
(autoload 'mastodon-views--view-scheduled-toots "mastodon-views")
(autoload 'org-read-date "org")
+(autoload 'mastodon-tl--toot-or-base "mastodon-tl")
;; for mastodon-toot--translate-toot-text
(autoload 'mastodon-tl--content "mastodon-tl")
- [nongnu] elpa/mastodon b86d546cbe 25/52: fix do-if-item comment: doesn't inc. tags, corrent for our use, (continued)
- [nongnu] elpa/mastodon b86d546cbe 25/52: fix do-if-item comment: doesn't inc. tags, corrent for our use, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon d8bd51da80 46/52: readme contributing, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon ca0b443a79 13/52: fix init-sync for notifs-get compat with link-header/get-response, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon b8d0c9b967 41/52: triage: call cb on response. do-user-action-fun: check response data, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 0fc64df90d 14/52: fix minor-view disaster disastrously: put it all init-sync, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 1e40c8d19f 17/52: docstrings, autoloads, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 0bd2bea47d 27/52: override shr-linkmap 'u' binding, to update. 'w' is copy-url already, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 78ff4a75ea 36/52: item-type list for list, not user (stray value), ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 826c228d09 34/52: edit list: exclusive proper true/false strings, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon cf7b3710c6 48/52: Merge branch 'develop', ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 1ce402833e 50/52: flychecks,
ELPA Syncer <=
- [nongnu] elpa/mastodon a8c80d25b7 52/52: update cmd index, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 7676946d83 51/52: update cmd index, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon e954ae162c 31/52: no y-or-n-p for (un)bookmarking, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon f7ec0268e0 32/52: FIX #502. add "exclusive" param to create/edit lists., ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 47865bd215 30/52: tl--prev-toot-id: don't assume our funs return anything., ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon f1bc8d83d4 35/52: display replies policy & exclusive status for lists, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 3dc21b91b1 38/52: tl--update: add lists, and note abt what we shd actually do, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 40e8123b84 47/52: Merge branch 'triage-response-data' into develop, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon e380f74a44 49/52: profile--item-json is no cmd, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 5f237982e5 40/52: a quick hack to toggle display of a user's boosts in timeline. FIX# 503, ELPA Syncer, 2023/10/30