From ad00253d714a128e95faa9baebfb5322c3fcc378 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Thu, 6 Jul 2023 16:59:12 +0200 Subject: add lemmy comment url form to masto-url-p --- lisp/mastodon.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 8eac782..53986cf 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -370,7 +370,8 @@ not, just browse the URL in the normal fashion." (string-match "^/[[:alpha:]]+$" query) (string-match "^/u/[[:alpha:]]+$" query) (string-match "^/c/[[:alnum:]]+$" query) - (string-match "^/post/[[:digit:]]+$" query))))) + (string-match "^/post/[[:digit:]]+$" query) + (string-match "^/comment/[[:digit:]]+$" query))))) ; lemmy (defun mastodon-live-buffers () "Return a list of open mastodon buffers. -- cgit v1.2.3