diff --git a/daemon.py b/daemon.py index 53a545e3f..2708f8ff6 100644 --- a/daemon.py +++ b/daemon.py @@ -462,7 +462,8 @@ class PubServer(BaseHTTPRequestHandler): peertube_instances: [], theme_name: str, max_like_count: int, cw_lists: {}, dogwhistles: {}, - min_images_for_accounts: []) -> None: + min_images_for_accounts: [], + max_hashtags: int) -> None: """When an edited post is created this assigns a published and updated date to it, and uses the previous id @@ -509,7 +510,8 @@ class PubServer(BaseHTTPRequestHandler): peertube_instances, theme_name, max_like_count, cw_lists, dogwhistles, - min_images_for_accounts) + min_images_for_accounts, + max_hashtags) # update the index id_str = edited_postid.split('/')[-1] @@ -1135,8 +1137,8 @@ class PubServer(BaseHTTPRequestHandler): '
' + http_description + '