diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-30 11:37:53 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-30 11:37:53 +0200 |
commit | 3eb8b58152903fc74fba29dca9f1d69e45ba3e9f (patch) | |
tree | a4c63ad990d80046f59a7222b17d7f641105e525 /lisp/mastodon-toot.el | |
parent | 9257595153a2fc9046f571cea3e88fb509936314 (diff) |
tl--mentions not interactive
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index a3f337d..4793dd9 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -956,7 +956,6 @@ eg. \"feduser@fed.social\" -> \"@feduser@fed.social\"." The mentioned users look like this: Local user (including the logged in): `username`. Federated user: `username@host.co`." - (interactive) (let* ((boosted (mastodon-tl--field 'reblog status)) (mentions (if boosted |