forked from mirrors/misskey
refactor: migrate to typeorm 3.0 (#8443)
* wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip
This commit is contained in:
@@ -82,7 +82,7 @@ export default class DeliverManager {
|
||||
for (const recipe of this.recipes) {
|
||||
if (isFollowers(recipe)) {
|
||||
// followers deliver
|
||||
const followers = await Followings.find({
|
||||
const followers = await Followings.findBy({
|
||||
followeeId: this.actor.id,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user