From 2b426fb913b248d161122de9cca5368c60f72cea Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Fri, 31 May 2024 14:11:49 +0200 Subject: working max-id arg for hometimeline/reload --- lisp/mastodon-toot.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp/mastodon-toot.el') 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 -- cgit v1.2.3