mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 09:13:52 +09: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