mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
Merge branch 'master' of https://github.com/syuilo/misskey
This commit is contained in:
commit
ec629c4d8d
@ -30,7 +30,7 @@ export default async (resolver, actor, activity, distribute) => {
|
|||||||
const { _id } = await Following.findOne({
|
const { _id } = await Following.findOne({
|
||||||
followerId: actor._id,
|
followerId: actor._id,
|
||||||
followeeId: followee._id
|
followeeId: followee._id
|
||||||
})
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
resolver,
|
resolver,
|
||||||
|
Loading…
Reference in New Issue
Block a user