upd: add createdAt to user
This commit is contained in:
parent
a7778e6425
commit
16b81fb016
2 changed files with 3 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ namespace MisskeyAPI {
|
|||
suspended: null,
|
||||
limited: null,
|
||||
created_at: '',
|
||||
createdAt: '',
|
||||
followers_count: 0,
|
||||
following_count: 0,
|
||||
statuses_count: 0,
|
||||
|
|
@ -124,6 +125,7 @@ namespace MisskeyAPI {
|
|||
suspended: null,
|
||||
limited: null,
|
||||
created_at: u.createdAt,
|
||||
createdAt: u.createdAt,
|
||||
followers_count: u.followersCount,
|
||||
following_count: u.followingCount,
|
||||
statuses_count: u.notesCount,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue