fix: add mentions explicitly
This commit is contained in:
parent
51e6aae622
commit
7dd1d0ec4e
1 changed files with 2 additions and 0 deletions
|
@ -972,6 +972,8 @@ async function insertNote(
|
|||
renoteCw,
|
||||
renoteFiles: renoteFiles ?? [],
|
||||
noteEdit: [],
|
||||
mentions: insert.mentions ?? [],
|
||||
tags: insert.tags ?? [],
|
||||
};
|
||||
|
||||
return scyllaNote;
|
||||
|
|
Loading…
Reference in a new issue