[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/mastodon 02bcd3de9f 12/13: add rough hometown user statuse
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/mastodon 02bcd3de9f 12/13: add rough hometown user statuses url regex |
Date: |
Thu, 12 Oct 2023 10:01:27 -0400 (EDT) |
branch: elpa/mastodon
commit 02bcd3de9f04a3b43c8f4d42ce3220b0caa6a776
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>
add rough hometown user statuses url regex
---
lisp/mastodon.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 31cc0ea38a..adf5e1efaa 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -395,6 +395,7 @@ not, just browse the URL in the normal fashion."
(string-match "^/c/[[:alnum:]]+$" query)
(string-match "^/post/[[:digit:]]+$" query)
(string-match "^/comment/[[:digit:]]+$" query) ; lemmy
+ (string-match "^/user[s]?/[[:alnum:]]+/statuses/[[:digit:]]+$"
query) ; hometown
(string-match "^/notes/[[:alnum:]]+$" query))))) ; misskey post
(defun mastodon-live-buffers ()
- [nongnu] elpa/mastodon updated (708aaa06b6 -> 9a400d33a5), ELPA Syncer, 2023/10/12
- [nongnu] elpa/mastodon 2f45c1d4b1 07/13: expand-content-warnings custom: don't quote server symbol, ELPA Syncer, 2023/10/12
- [nongnu] elpa/mastodon 0932c7abae 08/13: click to play video, ELPA Syncer, 2023/10/12
- [nongnu] elpa/mastodon d2dae4643c 04/13: require shr for http.el, ELPA Syncer, 2023/10/12
- [nongnu] elpa/mastodon f965cc1f17 01/13: add settings check to mode-hook-fun, fix when check for hl-current, ELPA Syncer, 2023/10/12
- [nongnu] elpa/mastodon 5ab025352d 10/13: improve handling of click to play: if image, call shr-browse-image, ELPA Syncer, 2023/10/12
- [nongnu] elpa/mastodon 7bcc81748d 03/13: refactor toot-url and copy-toot-url, ELPA Syncer, 2023/10/12
- [nongnu] elpa/mastodon c3b649d8bd 09/13: index update, ELPA Syncer, 2023/10/12
- [nongnu] elpa/mastodon 02bcd3de9f 12/13: add rough hometown user statuses url regex,
ELPA Syncer <=
- [nongnu] elpa/mastodon 9a400d33a5 13/13: bump, ELPA Syncer, 2023/10/12
- [nongnu] elpa/mastodon 95783691ab 06/13: inhibit-read-only typo fix, ELPA Syncer, 2023/10/12
- [nongnu] elpa/mastodon 0d0b5da805 11/13: toot-url-regex: \\> not \\b at end, ELPA Syncer, 2023/10/12
- [nongnu] elpa/mastodon 3442dd296a 05/13: doctring for http--post, ELPA Syncer, 2023/10/12
- [nongnu] elpa/mastodon 1a07051ea3 02/13: add mastodon-tl--expand-content-warnings. FIX #488., ELPA Syncer, 2023/10/12