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:42:50 +0200 |
commit | 80f3193285516fbe60e34f5d732dae3b6fba8b5b (patch) | |
tree | a12fd750df76beac9a9f64061f5e7eee2090cb23 /lisp/mastodon-toot.el | |
parent | 912f7609fba01baeda1601f52a68533398f5fd4d (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 763c533..bcb9c6a 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 |