1
0
Fork 0
This commit is contained in:
Chocobozzz 2021-10-14 14:14:57 +02:00
parent afb7d2d5c6
commit f0ab2aed3d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import { REMOTE_SCHEME, WEBSERVER } from '../../../initializers/constants'
import { sequelizeTypescript } from '../../../initializers/database'
import { ActorModel } from '../../../models/actor/actor'
import { ActorFollowModel } from '../../../models/actor/actor-follow'
import { MActor, MActorFollowActors, MActorFull } from '../../../types/models'
import { MActor, MActorFull } from '../../../types/models'
import { getOrCreateAPActor, loadActorUrlOrGetFromWebfinger } from '../../activitypub/actors'
import { sendFollow } from '../../activitypub/send'
import { Notifier } from '../../notifier'

View File

@ -20,7 +20,6 @@ import {
} from 'sequelize-typescript'
import { isActivityPubUrlValid } from '@server/helpers/custom-validators/activitypub/misc'
import { afterCommitIfTransaction } from '@server/helpers/database-utils'
import { CONFIG } from '@server/initializers/config'
import { getServerActor } from '@server/models/application/application'
import {
MActor,

View File

@ -47,7 +47,7 @@ export interface ServerConfig {
allowed: boolean
}
}
},
}
instance: {
name: string