↓ 1 callersFunctionsendFollowNotification(
db: Database,
follower: Actor,
actor: Actor,
notificationId: string,
adminEmail: string,
vapidKeys: JW
backend/src/mastodon/notification.ts:52
↓ 1 callersFunctionsendMentionNotification(
db: Database,
fromActor: Actor,
actor: Actor,
notificationId: string,
adminEmail: string,
vapidKeys: J
backend/src/mastodon/notification.ts:116
↓ 1 callersFunctionsendReblogNotification(
db: Database,
fromActor: Actor,
actor: Actor,
notificationId: string,
adminEmail: string,
vapidKeys: J
backend/src/mastodon/notification.ts:148
FunctioncreateObject(
domain: string,
db: Database,
type: string,
properties: any,
originalActorId: URL,
local: boolean
)
backend/src/activitypub/objects/index.ts:41
Functionhandle(
domain: string,
activity: Activity,
db: Database,
userKEK: string,
adminEmail: string,
vapidKeys: JWK
backend/src/activitypub/activities/handle.ts:88