mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-21 05:13:18 +00:00
prepare a function to get all messages for a conversation
This commit is contained in:
+1
-1
@@ -5,6 +5,6 @@
|
||||
<description>Owncloud SMS app</description>
|
||||
<licence>AGPL</licence>
|
||||
<author>Loic Blot</author>
|
||||
<version>0.1.8</version>
|
||||
<version>0.2.0</version>
|
||||
<requiremin>7</requiremin>
|
||||
</info>
|
||||
|
||||
@@ -19,4 +19,5 @@ $application->registerRoutes($this, array('routes' => array(
|
||||
array('name' => 'sms#replace', 'url' => '/replace', 'verb' => 'POST'),
|
||||
array('name' => 'sms#retrieve_all_ids', 'url' => '/get/smsidlist', 'verb' => 'GET'),
|
||||
array('name' => 'sms#retrieve_all_peers', 'url' => '/get/peerlist', 'verb' => 'GET'),
|
||||
array('name' => 'sms#get_conversation', 'url' => '/get/conversation', 'verb' => 'GET'),
|
||||
)));
|
||||
|
||||
Reference in New Issue
Block a user