mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 16:43:09 +02:00
upd: try fetching from db
This commit is contained in:
parent
16b81fb016
commit
0f8da74dc5
2 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,7 @@ namespace MisskeyAPI {
|
|||
suspended: null,
|
||||
limited: null,
|
||||
created_at: '',
|
||||
createdAt: '',
|
||||
createdAt: u.createdAt,
|
||||
followers_count: 0,
|
||||
following_count: 0,
|
||||
statuses_count: 0,
|
||||
|
|
|
@ -5,6 +5,7 @@ namespace MisskeyEntity {
|
|||
id: string
|
||||
name: string
|
||||
username: string
|
||||
createdAt?: string
|
||||
host: string | null
|
||||
avatarUrl: string
|
||||
avatarColor: string
|
||||
|
|
Loading…
Reference in a new issue