mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Fix checkbox margins
This commit is contained in:
parent
a8a6322778
commit
361805c48b
8 changed files with 69 additions and 54 deletions
|
@ -1,5 +1,5 @@
|
|||
import { Activity, ActivityType } from '../../../../shared/models/activitypub'
|
||||
import { checkUrlsSameHost, getActorUrl } from '../../../helpers/activitypub'
|
||||
import { checkUrlsSameHost, getAPUrl } from '../../../helpers/activitypub'
|
||||
import { logger } from '../../../helpers/logger'
|
||||
import { ActorModel } from '../../../models/activitypub/actor'
|
||||
import { processAcceptActivity } from './process-accept'
|
||||
|
@ -40,7 +40,7 @@ async function processActivities (
|
|||
continue
|
||||
}
|
||||
|
||||
const actorUrl = getActorUrl(activity.actor)
|
||||
const actorUrl = getAPUrl(activity.actor)
|
||||
|
||||
// When we fetch remote data, we don't have signature
|
||||
if (options.signatureActor && actorUrl !== options.signatureActor.url) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue