chore: format
This commit is contained in:
parent
2fdd165144
commit
4e50ffeb09
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue