From b3aa116a80523eb5fff899902c46d79d122cfc55 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 28 May 2024 22:37:50 +0100 Subject: [PATCH] Extra users path --- utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 42823c648..a44bdb759 100644 --- a/utils.py +++ b/utils.py @@ -1884,7 +1884,8 @@ def get_user_paths() -> []: e.g. /users/nickname, /channel/nickname """ return ('/users/', '/profile/', '/accounts/', '/channel/', - '/u/', '/c/', '/m/', '/a/', '/video-channels/', '/author/', + '/u/', '/c/', '/m/', '/a/', '/video-channels/', + '/nieuws/author/', '/author/', '/activitypub/', '/actors/', '/snac/', '/@/', '/~/', '/fediverse/blog/', '/user/', '/@', '/api/collections/')