aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-04-30 12:14:51 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-04-30 12:14:51 +0200
commitb67ce61e9a847ee1c19990c1359c66d3a285dff9 (patch)
tree63590495ecdf4f6e6789930c77e77f252437b505
parent1c28483501229f32700562381ed4d07b8600c72c (diff)
readme and tiny cleanups
-rw-r--r--README.org1
-rw-r--r--lisp/mastodon-tl.el2
-rw-r--r--lisp/mastodon-toot.el1
3 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index dccfa5f..ffed894 100644
--- a/README.org
+++ b/README.org
@@ -140,6 +140,7 @@ not contain =:client_id= and =:client_secret=.
| =,= | view favouriters of toot at point |
| =.= | view boosters of toot at point |
| =/= | switch between mastodon buffers |
+| =Z= | report user/toot at point to instances moderators |
|----------------+---------------------------------------------------------------------------------|
| | *Other views* |
| =s= | search (posts, users, tags) (NB: only posts you have interacted with) |
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index a567544..b2b7d27 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -1745,7 +1745,7 @@ view all branches of a thread."
;; print re-fetched toot:
(mastodon-tl--toot toot :detailed-p)
(mastodon-tl--timeline (alist-get 'descendants context))
- ;; put point at the toot:
+ ;; put point at the toot:
(goto-char (marker-position marker))
(mastodon-tl--goto-next-toot))))
;; else just print the lone toot:
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 2508a21..474337b 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -839,7 +839,6 @@ instance to edit a toot."
(mastodon-http--triage
response
(lambda ()
- (setq masto-poll-toot-response response)
(mastodon-toot--kill)
(if scheduled
(message "Toot scheduled!")