Update create.ts
This commit is contained in:
parent
3e7b342cc6
commit
a48336303f
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ export default async (user: IUser, data: Option, silent = false) => new Promise<
|
|||
}
|
||||
|
||||
// ハッシュタグ更新
|
||||
if (data.visibility == 'public' || data.visibility == 'home') {
|
||||
if (data.visibility === 'public' || data.visibility === 'home') {
|
||||
for (const tag of tags) updateHashtag(user, tag);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue