1
0
Fork 0
mirror of synced 2024-07-01 04:30:59 +12: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
{
$topicsId = $message->getAttribute('topics', []);
@ -273,6 +271,7 @@ class Messaging extends Action
'from' => $from
]
]);
$adapter = $this->sms($provider);
$maxBatchSize = $adapter->getMaxMessagesPerRequest();