mirror of https://gitlab.com/bashrc2/epicyon
Featured hashtags path
parent
7cc960820b
commit
2b503133ee
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue