mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-07-22 14:50:35 -04:00
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
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
This commit is contained in:
parent
e755641dbe
commit
03a02a9ebc
1 changed files with 1 additions and 1 deletions
|
@ -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 = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue