mirror of
https://github.com/derf/travelynx
synced 2024-12-02 17:29:11 +00:00
user_status: request public json entry
This commit is contained in:
parent
47b4aa5f63
commit
68468379e5
1 changed files with 5 additions and 2 deletions
|
@ -409,7 +409,10 @@ sub user_status {
|
|||
json => {
|
||||
json => {
|
||||
name => $name,
|
||||
status => $self->get_user_status_json_v1( status => $status ),
|
||||
status => $self->get_user_status_json_v1(
|
||||
status => $status,
|
||||
public => 1
|
||||
),
|
||||
version => $self->app->config->{version} // 'UNKNOWN',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue