Revert "fix: insert empty reactions"

This reverts commit 51e6aae622.
This commit is contained in:
Namekuji 2023-09-29 00:28:32 -04:00
parent f026b08aad
commit 36455aa7dd
No known key found for this signature in database
GPG key ID: 1D62332C07FBA532

View file

@ -961,7 +961,6 @@ async function insertNote(
const scyllaNote: ScyllaNote = { const scyllaNote: ScyllaNote = {
...insert, ...insert,
reactions: {},
createdAtDate: insert.createdAt, createdAtDate: insert.createdAt,
files: files ?? [], files: files ?? [],
poll, poll,