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
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;