From 2b503133eeb978e14712a3c76b87f11218cc6d08 Mon Sep 17 00:00:00 2001 From: bashrc Date: Wed, 22 Jul 2026 11:47:03 +0100 Subject: [PATCH] Featured hashtags path --- src/daemon_get.py | 2 +- src/daemon_get_collections.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/daemon_get.py b/src/daemon_get.py index 6e7aa78f3..d7ab96681 100644 --- a/src/daemon_get.py +++ b/src/daemon_get.py @@ -1906,7 +1906,7 @@ def daemon_http_get(self) -> None: return if not html_getreq and \ - users_in_path and self.path.endswith('/collections/featuredTags'): + users_in_path and self.path.endswith('/collections/tags'): get_featured_tags_collection(self, calling_domain, referer_domain, self.path, self.server.http_prefix, diff --git a/src/daemon_get_collections.py b/src/daemon_get_collections.py index f8bea185a..1ab5a2e06 100644 --- a/src/daemon_get_collections.py +++ b/src/daemon_get_collections.py @@ -188,6 +188,7 @@ def get_featured_tags_collection(self, calling_domain: str, yggdrasil_domain: str) -> None: """Returns the featured tags collections in actor/collections/featuredTags + This is currently always an empty set """ post_context = get_individual_post_context() featured_tags_collection = {