feat: display emojis in author name

This commit is contained in:
ayo 2026-04-10 23:43:53 +02:00
parent 7c55e7735f
commit a679b81b4c

View file

@ -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 = []