diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-21 01:30:21 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-21 01:30:21 +0900 |
| commit | 3409a51cca11e611cc9629c0b0587d0c0ff78be2 (patch) | |
| tree | 473f2d284366d5cf6ac18075985af9e928b13006 /src/models | |
| parent | :art: (diff) | |
| download | misskey-3409a51cca11e611cc9629c0b0587d0c0ff78be2.tar.gz misskey-3409a51cca11e611cc9629c0b0587d0c0ff78be2.tar.bz2 misskey-3409a51cca11e611cc9629c0b0587d0c0ff78be2.zip | |
Resolve #2017
Diffstat (limited to 'src/models')
| -rw-r--r-- | src/models/user.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/models/user.ts b/src/models/user.ts index 2549b2568a..6d187b310c 100644 --- a/src/models/user.ts +++ b/src/models/user.ts @@ -55,6 +55,8 @@ type IUserBase = { emojis?: string[]; tags?: string[]; + isDeleted: boolean; + /** * 凍結されているか否か */ |