upd: try fetching from db
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user