mirror of
https://github.com/markqvist/NomadNet.git
synced 2024-10-01 01:26:07 -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
@ -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 = ""
|
||||
|
Loading…
Reference in New Issue
Block a user