mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 06:03:08 +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,
|
suspended: null,
|
||||||
limited: null,
|
limited: null,
|
||||||
created_at: '',
|
created_at: '',
|
||||||
createdAt: '',
|
createdAt: u.createdAt,
|
||||||
followers_count: 0,
|
followers_count: 0,
|
||||||
following_count: 0,
|
following_count: 0,
|
||||||
statuses_count: 0,
|
statuses_count: 0,
|
||||||
|
|
|
@ -5,6 +5,7 @@ namespace MisskeyEntity {
|
||||||
id: string
|
id: string
|
||||||
name: string
|
name: string
|
||||||
username: string
|
username: string
|
||||||
|
createdAt?: string
|
||||||
host: string | null
|
host: string | null
|
||||||
avatarUrl: string
|
avatarUrl: string
|
||||||
avatarColor: string
|
avatarColor: string
|
||||||
|
|
Loading…
Reference in a new issue