diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2019-01-31 20:42:45 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-01-31 20:42:45 +0900 |
| commit | a6e7bbc306a93bd56bb1941e29d6fc474c9c36d5 (patch) | |
| tree | 4ec964d4d2efc3b1c5ec82c097c6d3667c17c30f /src/models | |
| parent | Update @types/koa-router requirement from 7.0.38 to 7.0.39 (#4052) (diff) | |
| download | sharkey-a6e7bbc306a93bd56bb1941e29d6fc474c9c36d5.tar.gz sharkey-a6e7bbc306a93bd56bb1941e29d6fc474c9c36d5.tar.bz2 sharkey-a6e7bbc306a93bd56bb1941e29d6fc474c9c36d5.zip | |
send/receive user hashtags via AP (#4064)
Diffstat (limited to 'src/models')
| -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 ab45efc981..ef091848f9 100644 --- a/src/models/user.ts +++ b/src/models/user.ts @@ -48,6 +48,7 @@ type IUserBase = { lang?: string; pinnedNoteIds: mongo.ObjectID[]; emojis?: string[]; + tags?: string[]; /** * 凍結されているか否か |