1
0
Fork 0
mirror of synced 2024-09-28 23:41:23 +12:00
This commit is contained in:
shimon 2024-09-17 14:13:09 +03:00
parent 4cbbd19cf9
commit 4654c09edc

View file

@ -101,7 +101,7 @@ class Messaging extends Action
case MESSAGE_SEND_TYPE_EXTERNAL: case MESSAGE_SEND_TYPE_EXTERNAL:
$message = $dbForProject->getDocument('messages', $payload['messageId']); $message = $dbForProject->getDocument('messages', $payload['messageId']);
$this->sendExternalMessage($dbForProject, $message, $deviceForFiles, $project); $this->sendExternalMessage($dbForProject, $message, $deviceForFiles, $project, $queueForUsage);
break; break;
default: default:
throw new \Exception('Unknown message type: ' . $type); throw new \Exception('Unknown message type: ' . $type);