mirror of
https://github.com/friendica/friendica
synced 2026-04-12 06:46:44 +02:00
Merge pull request #11837 from MrPetovan/task/remove-poke
Remove poke feature
This commit is contained in:
commit
a145712f04
28 changed files with 192 additions and 769 deletions
|
|
@ -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]],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue