aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@disroot.org>2024-10-31 08:43:13 +0100
committermarty hiatt <martianhiatus@disroot.org>2024-10-31 08:43:13 +0100
commitc241b0ba9d809157aa4bca659a6a2cc04f362932 (patch)
tree2492c180b0028a1df1751445ca1b66e6ba863bbc /lisp/mastodon-toot.el
parent16c4ddcd693068c738ae4bb271c60841f1912f4c (diff)
parent1e18934c705514dc3aad6170a50cd5875dab86bf (diff)
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r--lisp/mastodon-toot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 4e116fa..82ebc90 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -1429,7 +1429,7 @@ MAX is the maximum number set by their instance."
"Prompt for new poll options and return as a list."
(interactive)
(if mastodon-toot-poll-use-transient
- (mastodon-create-poll)
+ (call-interactively #'mastodon-create-poll)
(mastodon-toot--read-poll)))
(defun mastodon-toot--read-poll ()