Fixed incorrect display name loading in conversation list
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled

This commit is contained in:
Mark Qvist 2024-09-11 13:02:05 +02:00
parent e755641dbe
commit 03a02a9ebc

View File

@ -102,7 +102,7 @@ class Conversation:
unread = True
if display_name == None and app_data:
display_name = app_data.decode("utf-8")
display_name = LXMF.display_name_from_app_data(app_data)
if display_name == None:
sort_name = ""