This commit is contained in:
syuilo 2019-02-18 01:11:14 +09:00
parent 0bcef2453c
commit e8db63e788
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
4 changed files with 9 additions and 5 deletions

View file

@ -234,7 +234,7 @@ export default async (user: IUser, data: Option, silent = false) => new Promise<
});
}
// ハッシュタグ登録
// ハッシュタグ更新
for (const tag of tags) updateHashtag(user, tag);
// ファイルが添付されていた場合ドライブのファイルの「このファイルが添付された投稿一覧」プロパティにこの投稿を追加