diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-08-21 01:03:58 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-08-21 01:03:58 +0900 |
| commit | 30444e5f1abcefeef49cd54d44ff0c8db79d41c2 (patch) | |
| tree | 468b47b291d7585c4922f6db1877bae1c9892414 /src/models/user.ts | |
| parent | Fix bug (diff) | |
| download | sharkey-30444e5f1abcefeef49cd54d44ff0c8db79d41c2.tar.gz sharkey-30444e5f1abcefeef49cd54d44ff0c8db79d41c2.tar.bz2 sharkey-30444e5f1abcefeef49cd54d44ff0c8db79d41c2.zip | |
#2359 など
Diffstat (limited to 'src/models/user.ts')
| -rw-r--r-- | src/models/user.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/user.ts b/src/models/user.ts index fdbb245faa..31d09bc8f8 100644 --- a/src/models/user.ts +++ b/src/models/user.ts @@ -118,6 +118,7 @@ export interface IRemoteUser extends IUserBase { publicKeyPem: string; }; updatedAt: Date; + isAdmin: false; } export type IUser = ILocalUser | IRemoteUser; |