forked from mirrors/misskey
wip #6441
This commit is contained in:
@@ -18,7 +18,7 @@ export default async function(blocker: User, blockee: User) {
|
||||
unFollow(blockee, blocker)
|
||||
]);
|
||||
|
||||
await Blockings.save({
|
||||
await Blockings.insert({
|
||||
id: genId(),
|
||||
createdAt: new Date(),
|
||||
blockerId: blocker.id,
|
||||
|
||||
Reference in New Issue
Block a user