Featured hashtags path

main
bashrc 2026-07-22 11:47:03 +01:00
parent 7cc960820b
commit 2b503133ee
2 changed files with 2 additions and 1 deletions

View File

@ -1906,7 +1906,7 @@ def daemon_http_get(self) -> None:
return return
if not html_getreq and \ 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, get_featured_tags_collection(self, calling_domain, referer_domain,
self.path, self.path,
self.server.http_prefix, self.server.http_prefix,

View File

@ -188,6 +188,7 @@ def get_featured_tags_collection(self, calling_domain: str,
yggdrasil_domain: str) -> None: yggdrasil_domain: str) -> None:
"""Returns the featured tags collections in """Returns the featured tags collections in
actor/collections/featuredTags actor/collections/featuredTags
This is currently always an empty set
""" """
post_context = get_individual_post_context() post_context = get_individual_post_context()
featured_tags_collection = { featured_tags_collection = {