Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/114/head
Maxence Lange 2018-12-03 10:33:04 -01:00
rodzic f0c9af7e23
commit e315a720a0
2 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -190,11 +190,8 @@ class ActivityPubController extends Controller {
/**
* Method is called when a remote ActivityPub server wants to POST in the INBOX of a USER
*
* Checking that the user exists, and that the header is properly signed.
*
* Does nothing. Should save data ($body) in database.
*
* @NoCSRFRequired
* @PublicPage
*

Wyświetl plik

@ -46,7 +46,6 @@ class Undo extends ACore implements JsonSerializable {
const TYPE = 'Undo';
/**
* Undo constructor.
*