aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-29 16:25:08 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-29 16:25:08 +0100
commit9f5ebd694be8033b3ea79b6e6f56ec777bbdfb80 (patch)
tree4ad4cf93aff1d813c8d29eb2685068dc67aef20d /lisp/mastodon-tl.el
parent24fec2f262123264c2b84d4f9c902b477b731bbb (diff)
make rescheduling without editing work, also with org-read-date
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r--lisp/mastodon-tl.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 6971673..f28c7c5 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -1859,6 +1859,7 @@ If ID, just return that toot."
(defun mastodon-tl--reschedule-toot ()
"Reschedule the scheduled toot at point."
+ (interactive)
(mastodon-toot--schedule-toot :reschedule))
(defun mastodon-tl--view-scheduled-toots ()