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:
parent
04a9453da4
commit
db089a94e9
@ -19,7 +19,7 @@ aliases: [
|
||||
"id": "627",
|
||||
"name": "nowplaying",
|
||||
"url": "https://mastodon.social/@trwnh/tagged/nowplaying",
|
||||
"statuses_count": 70,
|
||||
"statuses_count": "70",
|
||||
"last_status_at": "2022-08-29T12:03:35.061Z"
|
||||
}
|
||||
```
|
||||
@ -50,7 +50,7 @@ aliases: [
|
||||
### `statuses_count` {#statuses_count}
|
||||
|
||||
**Description:** The number of authored statuses containing this hashtag.\
|
||||
**Type:** Integer\
|
||||
**Type:** String\
|
||||
**Version history:**\
|
||||
3.0.0 - added
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user