From a679b81b4c4b93d599644b32d1a6a70da26478b9 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 10 Apr 2026 23:43:53 +0200 Subject: [PATCH] feat: display emojis in author name --- threads.py | 1 + 1 file changed, 1 insertion(+) diff --git a/threads.py b/threads.py index 2046537..bbae97d 100755 --- a/threads.py +++ b/threads.py @@ -118,6 +118,7 @@ def get_descendants(server, status): @cache.cached(timeout=300) def home(): statuses = fetch_statuses(thread_ids) + statuses = [utils.clean_status(s) for s in statuses] attribution = get_attribution() app = get_app_config() tags = []