mirror of
https://github.com/friendica/friendica
synced 2025-04-23 17:50:16 +00:00
New class for c2s activities
This commit is contained in:
parent
7b871f3ecd
commit
8fe6419d39
4 changed files with 313 additions and 272 deletions
|
@ -80,6 +80,6 @@ class Outbox extends BaseApi
|
|||
throw new \Friendica\Network\HTTPException\BadRequestException();
|
||||
}
|
||||
|
||||
System::jsonExit(ActivityPub\Receiver::processC2SActivity($activity, $uid, self::getCurrentApplication() ?? []));
|
||||
System::jsonExit(ActivityPub\ClientToServer::processActivity($activity, $uid, self::getCurrentApplication() ?? []));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue