From eed4507fb63ede971c30b8300d91b6c54f667113 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 31 May 2024 14:40:18 +0100 Subject: [PATCH] Another users path --- utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 496d666ec..a03c2a505 100644 --- a/utils.py +++ b/utils.py @@ -1887,7 +1887,8 @@ def get_user_paths() -> []: '/u/', '/c/', '/m/', '/a/', '/video-channels/', '/nieuws/author/', '/author/', '/activitypub/', '/actors/', '/snac/', '/@/', '/~/', - '/fediverse/blog/', '/user/', '/@', '/api/collections/') + '/fediverse/blog/', '/user/', '/@', '/api/collections/', + '/x/') def get_group_paths() -> []: