diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-05-31 14:11:49 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-05-31 14:11:49 +0200 |
commit | 2b426fb913b248d161122de9cca5368c60f72cea (patch) | |
tree | 2a1d023d6e328238c9088da9bfb107ec8446aff3 /lisp/mastodon-toot.el | |
parent | ddcaf0e1b2db6097d5e942eb75ffb27b86c6b1cb (diff) |
working max-id arg for hometimeline/reload
Diffstat (limited to 'lisp/mastodon-toot.el')
-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 654918c..aaff19b 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -906,6 +906,7 @@ instance to edit a toot." (mastodon-http--triage response (lambda (_) + ;; kill buffer: (mastodon-toot--kill) (if scheduled (message "Toot scheduled!") @@ -914,6 +915,7 @@ instance to edit a toot." (when scheduled-id (mastodon-views--cancel-scheduled-toot scheduled-id :no-confirm)) + ;; window config: (mastodon-toot--restore-previous-window-config prev-window-config) ;; reload previous view in certain cases: ;; we reload: - when we have been editing |