Merge remote-tracking branch 'origin/1.5.x' into feat-email-attachments

This commit is contained in:
Jake Barnby
2024-02-21 02:33:35 +13:00
15 changed files with 99 additions and 21 deletions
+1
View File
@@ -185,6 +185,7 @@ class Messaging extends Event
$client = new Client($this->queue, $this->connection);
return $client->enqueue([
'type' => $this->type,
'project' => $this->project,
'user' => $this->user,
'messageId' => $this->messageId,
+2
View File
@@ -204,6 +204,8 @@ class Exception extends \Exception
public const PROJECT_TEMPLATE_DEFAULT_DELETION = 'project_template_default_deletion';
public const PROJECT_REGION_UNSUPPORTED = 'project_region_unsupported';
/** Webhooks */
public const WEBHOOK_NOT_FOUND = 'webhook_not_found';