Correctly display accounts without name.
This commit is contained in:
parent
2757682894
commit
95e6e82138
@ -18,7 +18,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do
|
||||
id: to_string(user.id),
|
||||
username: hd(String.split(user.nickname, "@")),
|
||||
acct: user.nickname,
|
||||
display_name: user.name,
|
||||
display_name: user.name || user.nickname,
|
||||
locked: false,
|
||||
created_at: Utils.to_masto_date(user.inserted_at),
|
||||
followers_count: user_info.follower_count,
|
||||
|
Loading…
Reference in New Issue
Block a user