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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user