1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Implement Android APIv2 get/phones/smsnumber call

This commit is contained in:
Loic BLOT (@UXP)
2015-04-10 13:21:56 +02:00
parent 152fbaef0f
commit 0fcaad6d31
4 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class SmsController extends Controller {
$mboxes = array(
'PNLConversations' => array(
'label' => 'Conversations',
'phoneNumbers' => $this->smsMapper->getAllPeersPhoneNumbers($this->userId),
'phoneNumbers' => $this->smsMapper->getAllPhoneNumbers($this->userId),
'url' => $this->urlGenerator->linkToRoute('ocsms.sms.index', ['feed' => 'conversations'])
),
'PNLDrafts' => array(