[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/mastodon 3c3ea71707 03/47: masto-url-p -> fedi-url-p
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/mastodon 3c3ea71707 03/47: masto-url-p -> fedi-url-p |
Date: |
Fri, 13 Oct 2023 19:00:54 -0400 (EDT) |
branch: elpa/mastodon
commit 3c3ea71707d086858c141d141c2ec964d0782a2a
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>
masto-url-p -> fedi-url-p
---
lisp/mastodon.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 04d2fe850f..1e6674dad3 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -352,7 +352,7 @@ not, just browse the URL in the normal fashion."
(thing-at-point-url-at-point)
(mastodon-tl--property 'shr-url :no-move)
(read-string "Lookup URL: "))))
- (if (not (mastodon--masto-url-p query))
+ (if (not (mastodon--fedi-url-p query))
;; (shr-browse-url query) ; doesn't work (keep our shr keymap)
(browse-url query)
(message "Performing lookup...")
@@ -374,7 +374,7 @@ not, just browse the URL in the normal fashion."
(t
(browse-url query)))))))
-(defun mastodon--masto-url-p (query)
+(defun mastodon--fedi-url-p (query)
"Check if QUERY resembles a fediverse URL."
;; calqued off
https://github.com/tuskyapp/Tusky/blob/c8fc2418b8f5458a817bba221d025b822225e130/app/src/main/java/com/keylesspalace/tusky/BottomSheetActivity.kt
;; thx to Conny Duck!
- [nongnu] elpa/mastodon 9bbcc60818 45/47: search headings even if no results, (continued)
- [nongnu] elpa/mastodon 9bbcc60818 45/47: search headings even if no results, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 8c9f827d12 21/47: tl--more*: add cond to handle search data if in search buffer, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 1b888da280 01/47: readme re friendica, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 16340dbef1 23/47: add user id to user item inserting, for pagination, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon ce30985860 41/47: fix offset pagination for hashtags search, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon f7526642d3 39/47: add fun mastodon-buffer-p, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 57d0f9f362 43/47: bump, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 2c9a1f7417 05/47: rework search into three separate views with view cycling on C-c C-c, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 41f814cc44 31/47: improve processing for trending-statuses, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon accd94eea7 34/47: add offset/limit params to search queries/buf spec, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 3c3ea71707 03/47: masto-url-p -> fedi-url-p,
ELPA Syncer <=
- [nongnu] elpa/mastodon 75f07afa41 11/47: sub command keys for profile / search msg, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon d0d4188bf9 20/47: add update function to search buf spec: --timeline, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 4b8ed3bf04 28/47: update profile note: subst cmd keys, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 57aec26ea8 33/47: remove "api/v1/" from trends endpoint in buffer spec and buffer checks, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 6a5ef4d3c4 25/47: fix more: search-buffer-p check before seach buf cond, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 5875220d7a 30/47: subst cmd keys for toot compose buffer, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon d7ef5b9512 35/47: FIX #494. mastodon-tl--more-json-async-offset for pagination., ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 4d40968c30 42/47: index, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 9d2a85b36d 10/47: flychecks, ELPA Syncer, 2023/10/13
- [nongnu] elpa/mastodon 1e3e37d346 26/47: docstring, ELPA Syncer, 2023/10/13