Revert "fix: add mentions explicitly"

This reverts commit 7dd1d0ec4e.
This commit is contained in:
Namekuji 2023-09-29 00:28:27 -04:00
parent 2a5598fa7f
commit f026b08aad
No known key found for this signature in database
GPG key ID: 1D62332C07FBA532

View file

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