upd: try fetching from db

This commit is contained in:
Mar0xy 2023-09-25 04:07:31 +02:00
parent 16b81fb016
commit 0f8da74dc5
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
2 changed files with 2 additions and 1 deletions

View file

@ -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,

View file

@ -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