mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-12-17 06:44:21 +01:00
Fixed incorrect display name loading in conversation list
This commit is contained in:
@@ -102,7 +102,7 @@ class Conversation:
|
|||||||
unread = True
|
unread = True
|
||||||
|
|
||||||
if display_name == None and app_data:
|
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:
|
if display_name == None:
|
||||||
sort_name = ""
|
sort_name = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user