1
0
Fork 0
mirror of synced 2024-10-02 18:26:49 +13:00
This commit is contained in:
prateek banga 2023-11-16 01:36:22 +05:30
parent 549dcc493d
commit c728d9bc8e

View file

@ -77,8 +77,6 @@ class Messaging extends Action
} }
} }
private function processMessage(Database $dbForProject, Document $message): void private function processMessage(Database $dbForProject, Document $message): void
{ {
$topicsId = $message->getAttribute('topics', []); $topicsId = $message->getAttribute('topics', []);
@ -273,6 +271,7 @@ class Messaging extends Action
'from' => $from 'from' => $from
] ]
]); ]);
$adapter = $this->sms($provider); $adapter = $this->sms($provider);
$maxBatchSize = $adapter->getMaxMessagesPerRequest(); $maxBatchSize = $adapter->getMaxMessagesPerRequest();