Implement instance blocking (#4182)

* Implement instance blocking

* Add missing text

* Delete unnecessary file

* Covert Punycode to Unicode
This commit is contained in:
syuilo 2019-02-08 04:26:43 +09:00 committed by GitHub
parent 5a28632af7
commit e6612f610c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 105 additions and 4 deletions

View file

@ -57,4 +57,9 @@ export interface IInstance {
*
*/
latestRequestReceivedAt?: Date;
/**
*
*/
isBlocked: boolean;
}