chore: fix some comments (#14394)

Signed-off-by: timesince <seekseat@icloud.com>
This commit is contained in:
timesince
2024-08-12 13:03:16 +08:00
committed by GitHub
parent 4d757865f4
commit 41936c16c4
2 changed files with 3 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ export class NoteDeleteService {
this.deliverToConcerned(user, note, content);
}
// also deliever delete activity to cascaded notes
// also deliver delete activity to cascaded notes
const federatedLocalCascadingNotes = (cascadingNotes).filter(note => !note.localOnly && note.userHost == null); // filter out local-only notes
for (const cascadingNote of federatedLocalCascadingNotes) {
if (!cascadingNote.user) continue;