diff options
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index a991726..bb316e9 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -368,6 +368,7 @@ not, just browse the URL in the normal fashion." (string-match "^/p/[[:alpha:]]+/[[:digit:]]+$" query) (string-match "^/[[:alpha:]]+$" query) (string-match "^/u/[[:alpha:]]+$" query) + (string-match "^/c/[[:alnum:]]+$" query) (string-match "^/post/[[:digit:]]+$" query))))) (defun mastodon-live-buffers () |