fix incorrect example for last_status_at (#1322)
this api returns just the date, no time component fix https://github.com/mastodon/mastodon/issues/26843
This commit is contained in:
parent
0f9fa614eb
commit
959013f27c
|
@ -48,7 +48,7 @@ aliases: [
|
|||
"followers_count": 547,
|
||||
"following_count": 404,
|
||||
"statuses_count": 28468,
|
||||
"last_status_at": "2019-11-17T00:02:23.693Z",
|
||||
"last_status_at": "2019-11-17",
|
||||
"emojis": [
|
||||
{
|
||||
"shortcode": "ms_rainbow_flag",
|
||||
|
|
Loading…
Reference in New Issue