main
Bob Mottram 2025-05-12 14:12:56 +01:00
parent f6624a6138
commit ea14371418
1 changed files with 2 additions and 0 deletions

View File

@ -491,6 +491,8 @@ def store_hash_tags(base_dir: str, nickname: str, domain: str,
hashtags_ctr += 1 hashtags_ctr += 1
# treat event categories as hashtags # treat event categories as hashtags
# See https://codeberg.org/fediverse/
# fep/src/branch/main/fep/8a8e/fep-8a8e.md
event_category_str = get_category_from_post(post_json_object, translate) event_category_str = get_category_from_post(post_json_object, translate)
if event_category_str: if event_category_str:
if ', ' in event_category_str: if ', ' in event_category_str: