1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 10:46:09 +02:00
This commit is contained in:
syuilo
2019-04-17 14:32:59 +09:00
parent 85959a3b9b
commit 0ede390fef
17 changed files with 17 additions and 17 deletions

View File

@@ -67,7 +67,7 @@ export default async function(user: User, note: Note, choice: number) {
}
});
const profile = await UserProfiles.findOne({ userId: user.id });
const profile = await UserProfiles.findOne(user.id);
// ローカルユーザーが投票した場合この投稿をWatchする
if (Users.isLocalUser(user) && profile!.autoWatch) {