emacs-elpa-diffs
[Top][All Lists]
Advanced

[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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]