diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-18 01:11:14 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-18 01:11:14 +0900 |
| commit | e8db63e788b62f6748bd1d09730d0f55a36bbc9a (patch) | |
| tree | ae09f66ddf370c71bc7c2853b449a3f1667e87b6 /src/services/note | |
| parent | 10.87.0 (diff) | |
| download | sharkey-e8db63e788b62f6748bd1d09730d0f55a36bbc9a.tar.gz sharkey-e8db63e788b62f6748bd1d09730d0f55a36bbc9a.tar.bz2 sharkey-e8db63e788b62f6748bd1d09730d0f55a36bbc9a.zip | |
Fix bug
Diffstat (limited to 'src/services/note')
| -rw-r--r-- | src/services/note/create.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/note/create.ts b/src/services/note/create.ts index c94686dcc0..2a25df1553 100644 --- a/src/services/note/create.ts +++ b/src/services/note/create.ts @@ -234,7 +234,7 @@ export default async (user: IUser, data: Option, silent = false) => new Promise< }); } - // ハッシュタグ登録 + // ハッシュタグ更新 for (const tag of tags) updateHashtag(user, tag); // ファイルが添付されていた場合ドライブのファイルの「このファイルが添付された投稿一覧」プロパティにこの投稿を追加 |