fix: add mentions explicitly

This commit is contained in:
Namekuji 2023-09-28 19:32:51 -04:00
parent 51e6aae622
commit 7dd1d0ec4e
No known key found for this signature in database
GPG key ID: 1D62332C07FBA532

View file

@ -972,6 +972,8 @@ async function insertNote(
renoteCw,
renoteFiles: renoteFiles ?? [],
noteEdit: [],
mentions: insert.mentions ?? [],
tags: insert.tags ?? [],
};
return scyllaNote;