mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 10:33:09 +02:00
upd: make unrenote stream its change
This commit is contained in:
parent
f77a81c4bc
commit
b4c81eb4ef
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
|
||||||
});
|
});
|
||||||
|
|
||||||
for (const note of renotes) {
|
for (const note of renotes) {
|
||||||
this.noteDeleteService.delete(await this.usersRepository.findOneByOrFail({ id: me.id }), note);
|
this.noteDeleteService.delete(await this.usersRepository.findOneByOrFail({ id: me.id }), note, false, me);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue