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,
limited: null,
created_at: '',
createdAt: '',
createdAt: u.createdAt,
followers_count: 0,
following_count: 0,
statuses_count: 0,

View File

@ -5,6 +5,7 @@ namespace MisskeyEntity {
id: string
name: string
username: string
createdAt?: string
host: string | null
avatarUrl: string
avatarColor: string