Merge pull request #1309 from akihikodaki/key

Add host field to User
This commit is contained in:
syuilo
2018-03-27 12:03:48 +09:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ export type IUser = {
pinned_post_id: mongo.ObjectID;
is_suspended: boolean;
keywords: string[];
host: string;
account: {
keypair: string;
email: string;