Avoid using displayName for displaying purpose (#2101)
This commit is contained in:
parent
ee69879c0b
commit
cf642d9eb0
3 changed files with 3 additions and 3 deletions
|
|
@ -167,7 +167,7 @@ fun Account.toEntity() =
|
|||
ConversationAccountEntity(
|
||||
id,
|
||||
username,
|
||||
displayName.orEmpty(),
|
||||
name,
|
||||
avatar,
|
||||
emojis ?: emptyList()
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue