This commit is contained in:
syuilo 2019-04-17 14:32:59 +09:00
parent 85959a3b9b
commit 0ede390fef
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
17 changed files with 17 additions and 17 deletions

View file

@ -253,7 +253,7 @@ export default async (user: User, data: Option, silent = false) => new Promise<N
deliverNoteToMentionedRemoteUsers(mentionedUsers, user, noteActivity);
}
const profile = await UserProfiles.findOne({ userId: user.id }).then(ensure);
const profile = await UserProfiles.findOne(user.id).then(ensure);
// If has in reply to note
if (data.reply) {