mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 19:12:25 -05:00
[bugfix] Account.last_status_at is a date, not datetime (#3419)
* [bugfix] Account.last_status_at is a date, not datetime Fix #3418 * update swagger
This commit is contained in:
parent
77d755e330
commit
95a316236e
16 changed files with 86 additions and 79 deletions
|
|
@ -115,7 +115,7 @@ func (suite *StatusHistoryTestSuite) TestGetHistory() {
|
|||
"followers_count": 2,
|
||||
"following_count": 2,
|
||||
"statuses_count": 8,
|
||||
"last_status_at": "2024-01-10T09:24:00.000Z",
|
||||
"last_status_at": "2024-01-10",
|
||||
"emojis": [],
|
||||
"fields": [],
|
||||
"enable_rss": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue