Merge pull request #1314 from akihikodaki/host

Add host_lower to User
This commit is contained in:
syuilo 2018-03-27 16:00:24 +09:00 committed by GitHub
commit 54eab4395a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -59,6 +59,7 @@ export type IUser = {
is_suspended: boolean;
keywords: string[];
host: string;
host_lower: string;
account: {
keypair: string;
email: string;