]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Fetch the parent only - thread parents only on reshares
[friendica.git] / static / routes.config.php
index f9935a53f40e3ea0f8ab6eeb5265e92d4ef7f33a..65beac70b2208287cfd5ddb6ffb9c8a0a3909d13 100644 (file)
@@ -372,7 +372,6 @@ return [
                '/{id:\d+}/conversations'     => [Module\Contact\Conversations::class, [R::GET]],
                '/{id:\d+}/contacts[/{type}]' => [Module\Contact\Contacts::class,  [R::GET]],
                '/{id:\d+}/media'             => [Module\Contact\Media::class,     [R::GET]],
-               '/{id:\d+}/poke'              => [Module\Contact\Poke::class,      [R::GET, R::POST]],
                '/{id:\d+}/posts'             => [Module\Contact\Posts::class,     [R::GET]],
                '/{id:\d+}/revoke'            => [Module\Contact\Revoke::class,    [R::GET, R::POST]],
                '/archived'                   => [Module\Contact::class,           [R::GET]],