mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Remove activitypub helper
Put functions in lib/activitypub instead
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { NextFunction, Request, Response } from 'express'
|
||||
import { getAPId } from '@server/helpers/activitypub'
|
||||
import { isActorDeleteActivityValid } from '@server/helpers/custom-validators/activitypub/actor'
|
||||
import { getAPId } from '@server/lib/activitypub/activity'
|
||||
import { ActivityDelete, ActivityPubSignature, HttpStatusCode } from '@shared/models'
|
||||
import { logger } from '../helpers/logger'
|
||||
import { isHTTPSignatureVerified, isJsonLDSignatureVerified, parseHTTPSignature } from '../helpers/peertube-crypto'
|
||||
|
||||
Reference in New Issue
Block a user