Avoid using displayName for displaying purpose (#2101)

This commit is contained in:
kyori19 2021-03-06 00:26:51 +09:00 committed by GitHub
commit cf642d9eb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -167,7 +167,7 @@ fun Account.toEntity() =
ConversationAccountEntity(
id,
username,
displayName.orEmpty(),
name,
avatar,
emojis ?: emptyList()
)