forked from mirrors/misskey
@@ -68,8 +68,23 @@ export interface IInstance {
|
||||
*/
|
||||
latestRequestReceivedAt?: Date;
|
||||
|
||||
/**
|
||||
* このインスタンスと不通かどうか
|
||||
*/
|
||||
isNotResponding: boolean;
|
||||
|
||||
/**
|
||||
* このインスタンスと最後にやり取りした日時
|
||||
*/
|
||||
lastCommunicatedAt: Date;
|
||||
|
||||
/**
|
||||
* このインスタンスをブロックしているか
|
||||
*/
|
||||
isBlocked: boolean;
|
||||
|
||||
/**
|
||||
* このインスタンスが閉鎖済みとしてマークされているか
|
||||
*/
|
||||
isMarkedAsClosed: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user