feat: display emojis in author name
This commit is contained in:
parent
7c55e7735f
commit
a679b81b4c
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ def get_descendants(server, status):
|
||||||
@cache.cached(timeout=300)
|
@cache.cached(timeout=300)
|
||||||
def home():
|
def home():
|
||||||
statuses = fetch_statuses(thread_ids)
|
statuses = fetch_statuses(thread_ids)
|
||||||
|
statuses = [utils.clean_status(s) for s in statuses]
|
||||||
attribution = get_attribution()
|
attribution = get_attribution()
|
||||||
app = get_app_config()
|
app = get_app_config()
|
||||||
tags = []
|
tags = []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue