Profile#user_status: use account.name, not just name
This commit is contained in:
parent
b3f36b750a
commit
aab9fa7fe2
1 changed files with 3 additions and 1 deletions
|
@ -408,7 +408,9 @@ sub user_status {
|
|||
$self->respond_to(
|
||||
json => {
|
||||
json => {
|
||||
name => $name,
|
||||
account => {
|
||||
name => $name,
|
||||
},
|
||||
status => $self->get_user_status_json_v1(
|
||||
status => $status,
|
||||
privacy => $user,
|
||||
|
|
Loading…
Reference in a new issue