diff options
author | marty hiatt <martianhiatus@riseup.net> | 2023-11-09 22:36:13 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2023-11-09 22:36:13 +0100 |
commit | 33d0011c7c84389878b3a79fb5d1c0b1afdfa913 (patch) | |
tree | 9bb318eec864ec25e3bafd33812493822bedf830 /lisp | |
parent | 8108187270e4dd1638013de5a51641f45e3abc09 (diff) |
toot--reply: call toot--compose-buffer not just toot
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-toot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 6f1aff9..aee83ad 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -1100,7 +1100,7 @@ text of the toot being replied to in the compose buffer." (booster (when boosted (alist-get 'acct (alist-get 'account toot))))) - (mastodon-toot + (mastodon-toot--compose-buffer (when user (if booster (if (and (not (equal user booster)) |