diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-30 10:56:25 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-30 10:56:25 +0100 |
commit | a0df42d70b8e7285234c4a8bb3d65154c7a31c70 (patch) | |
tree | 351cc2a567fb51bf2011a34153329ed9d5841180 /lisp | |
parent | 3414611e4e2dfa3898a02045cc3dabfdcb8524bf (diff) |
schedule-toot - comment to acknowledge ct
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-toot.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 87b1b77..7efe682 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -1161,6 +1161,8 @@ Return its two letter ISO 639 1 code." (defun mastodon-toot--schedule-toot (&optional reschedule) "Read a date (+ time) in the minibuffer and schedule the current toot. With RESCHEDULE, reschedule the scheduled toot at point without editing." + ;; original idea by christian tietze, thanks! + ;; https://codeberg.org/martianh/mastodon.el/issues/285 (interactive) (let* ((id (when reschedule (get-text-property (point) 'id))) (ts (when reschedule |