mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 13:05:57 +02:00
wip #6441
This commit is contained in:
@@ -10,7 +10,7 @@ export default async (me: User['id'], note: Note) => {
|
||||
return;
|
||||
}
|
||||
|
||||
await NoteWatchings.save({
|
||||
await NoteWatchings.insert({
|
||||
id: genId(),
|
||||
createdAt: new Date(),
|
||||
noteId: note.id,
|
||||
|
||||
Reference in New Issue
Block a user