forked from FoundKeyGang/FoundKey
Add note
This commit is contained in:
parent
6b0a42af27
commit
b844a8e9d5
1 changed files with 2 additions and 0 deletions
|
@ -392,6 +392,7 @@ export default async (user: IUser, data: {
|
|||
}
|
||||
}
|
||||
|
||||
//#region TODO: これ重い
|
||||
// 今までで同じ投稿をRenoteしているか
|
||||
const existRenote = await Note.findOne({
|
||||
userId: user._id,
|
||||
|
@ -400,6 +401,7 @@ export default async (user: IUser, data: {
|
|||
$ne: note._id
|
||||
}
|
||||
});
|
||||
//#endregion
|
||||
|
||||
if (!existRenote) {
|
||||
// Update renoteee status
|
||||
|
|
Loading…
Reference in a new issue