mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-22 03:53:35 +00:00
wip #6441
This commit is contained in:
@@ -61,7 +61,7 @@ export default define(meta, async (ps, user) => {
|
||||
}
|
||||
|
||||
// Create favorite
|
||||
await NoteFavorites.save({
|
||||
await NoteFavorites.insert({
|
||||
id: genId(),
|
||||
createdAt: new Date(),
|
||||
noteId: note.id,
|
||||
|
||||
Reference in New Issue
Block a user