Skip to content

Commit

Permalink
fix: Show FeaturedTag.last_status_at as a date (#1566)
Browse files Browse the repository at this point in the history
* fix: FeaturedTag.last_status_at is a date

* Update example
  • Loading branch information
nikclayton authored Dec 2, 2024
1 parent 4986815 commit 2e40eec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/entities/FeaturedTag.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ aliases: [
"name": "nowplaying",
"url": "https://mastodon.social/@trwnh/tagged/nowplaying",
"statuses_count": "70",
"last_status_at": "2022-08-29T12:03:35.061Z"
"last_status_at": "2022-08-29"
}
```

Expand Down Expand Up @@ -56,8 +56,8 @@ aliases: [

### `last_status_at` {#last_status_at}

**Description:** The timestamp of the last authored status containing this hashtag.\
**Type:** String ([Datetime](/api/datetime-format#datetime))\
**Description:** The date of the last authored status containing this hashtag.\
**Type:** String ([Date](/api/datetime-format#date))\
**Version history:**\
3.0.0 - added

Expand Down

0 comments on commit 2e40eec

Please sign in to comment.