wip #6441
This commit is contained in:
parent
41b491fa7c
commit
c4c20bee7c
28 changed files with 44 additions and 40 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue