chore: format

This commit is contained in:
naskya 2024-05-17 18:17:52 +09:00
parent 2fdd165144
commit 4e50ffeb09
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -402,13 +402,9 @@ export default async (
});
// type errors will be resolved by https://github.com/napi-rs/napi-rs/pull/2054
const _note = toRustObject(note)
const _note = toRustObject(note);
if (note.renoteId == null || isQuote(_note)) {
await updateAntennasOnNewNote(
_note,
user,
thisNoteIsMutedBy,
);
await updateAntennasOnNewNote(_note, user, thisNoteIsMutedBy);
}
// Channel