pterotype/inc/inbox.php

10 lines
270 B
PHP

<?php
/*
When an Activity is received (i.e. POSTed) to an Actor's inbox, the server must:
1. Forward the Activity as necessary
See (https://www.w3.org/TR/activitypub/#x7-1-2-forwarding-from-inbox).
2. Perform the side effects of receiving the Activity
*/
?>