diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-05-18 00:38:33 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-05-18 00:38:33 +0900 |
| commit | 61f54f8f749ffbc6c376ff7c96d0135ba8417b8f (patch) | |
| tree | 6c3b1e8dcb7d83a20f486093cd477a4907199985 /src/services | |
| parent | Merge branch 'develop' of https://github.com/syuilo/misskey into develop (diff) | |
| download | misskey-61f54f8f749ffbc6c376ff7c96d0135ba8417b8f.tar.gz misskey-61f54f8f749ffbc6c376ff7c96d0135ba8417b8f.tar.bz2 misskey-61f54f8f749ffbc6c376ff7c96d0135ba8417b8f.zip | |
Fix bug
Diffstat (limited to 'src/services')
| -rw-r--r-- | src/services/update-hashtag.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/services/update-hashtag.ts b/src/services/update-hashtag.ts index 8dbbf04cbb..3482b9ef05 100644 --- a/src/services/update-hashtag.ts +++ b/src/services/update-hashtag.ts @@ -64,6 +64,7 @@ export async function updateHashtag(user: User, tag: string, isUserAttached = fa } if (Object.keys(set).length > 0) { + q.set(set); q.execute(); } } else { |