From 02bcd3de9f04a3b43c8f4d42ce3220b0caa6a776 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Wed, 11 Oct 2023 11:59:10 +0200 Subject: 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 31cc0ea..adf5e1e 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 () -- cgit v1.2.3