From 73509cca1702042c17a6b0b143820ea811b17b9c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 26 Jun 2023 11:38:21 +0100 Subject: [PATCH] Additional user path --- utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils.py b/utils.py index b21de6741..1eafb9b25 100644 --- a/utils.py +++ b/utils.py @@ -1444,7 +1444,8 @@ def get_user_paths() -> []: """ return ('/users/', '/profile/', '/accounts/', '/channel/', '/u/', '/c/', '/m/', '/video-channels/', '/author/', - '/activitypub/', '/actors/', '/snac/', '/@/', '/~/') + '/activitypub/', '/actors/', '/snac/', '/@/', '/~/', + '/fediverse/blog/') def get_group_paths() -> []: