fix incorrect example for last_status_at

this api returns just the date, no time component

fix https://github.com/mastodon/mastodon/issues/26843
This commit is contained in:
Markus Unterwaditzer 2023-10-13 00:56:59 +02:00
parent 0f9fa614eb
commit 7e7b2a6eca
1 changed files with 1 additions and 1 deletions

View File

@ -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",