From 6d9771f22b098db72be8acbc55b5b4169b54ab12 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 17 Jun 2020 17:50:52 +0100 Subject: [PATCH] Change endpoint name to avoid conflicts --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index dad257ac..34ac6e28 100644 --- a/daemon.py +++ b/daemon.py @@ -1561,7 +1561,7 @@ class PubServer(BaseHTTPRequestHandler): # show a list of who you are following if htmlGET and authorized and '/users/' in self.path and \ - self.path.endswith('/following'): + self.path.endswith('/followingaccounts'): nickname = getNicknameFromActor(self.path) followingFilename = \ self.baseDir + '/accounts/' + \