mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 00:45:50 +02:00
refactor: rename instance.caughtAt to instance.firstRetrievedAt
This commit is contained in:
@@ -6,7 +6,7 @@ export const packedFederationInstanceSchema = {
|
||||
optional: false, nullable: false,
|
||||
format: 'id',
|
||||
},
|
||||
caughtAt: {
|
||||
firstRetrievedAt: {
|
||||
type: 'string',
|
||||
optional: false, nullable: false,
|
||||
format: 'date-time',
|
||||
|
||||
Reference in New Issue
Block a user