1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

Fix FeaturedTag's statuses_count type (#1472)

This commit is contained in:
Mahan 2024-07-12 14:40:24 +00:00 committed by GitHub
parent 04a9453da4
commit db089a94e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ aliases: [
"id": "627", "id": "627",
"name": "nowplaying", "name": "nowplaying",
"url": "https://mastodon.social/@trwnh/tagged/nowplaying", "url": "https://mastodon.social/@trwnh/tagged/nowplaying",
"statuses_count": 70, "statuses_count": "70",
"last_status_at": "2022-08-29T12:03:35.061Z" "last_status_at": "2022-08-29T12:03:35.061Z"
} }
``` ```
@ -50,7 +50,7 @@ aliases: [
### `statuses_count` {#statuses_count} ### `statuses_count` {#statuses_count}
**Description:** The number of authored statuses containing this hashtag.\ **Description:** The number of authored statuses containing this hashtag.\
**Type:** Integer\ **Type:** String\
**Version history:**\ **Version history:**\
3.0.0 - added 3.0.0 - added