aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-05-21 13:02:20 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-05-21 13:02:20 +0200
commit18e44cd82313952d35be7d8b8c5ca86a885d4703 (patch)
tree1c6bf2829dd23cba54f4e2b831b6edfc9d8c78cf /lisp/mastodon.el
parentd54aa9aa3e4276b9519ff9123e9dc0c123d9dd3b (diff)
parente6bdc008ed3f66fd5c6903c491e1cf6d4dafd2f3 (diff)
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 70ab73c..1d071f7 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -370,8 +370,8 @@ If a status or account is found, load it in `mastodon.el', if
not, just browse the URL in the normal fashion."
(interactive)
(let* ((query (or query-url
- (thing-at-point-url-at-point)
(mastodon-tl--property 'shr-url :no-move)
+ (thing-at-point-url-at-point)
(read-string "Lookup URL: "))))
(if (and (not force)
(not (mastodon--fedi-url-p query)))