🤖 Auto commit for release 'develop' on 2026-06-05

This commit is contained in:
JC5
2026-06-05 05:46:06 +02:00
parent b1f32406cc
commit 2ba082c787
36 changed files with 232 additions and 263 deletions

View File

@@ -45,8 +45,7 @@ class WebhookRepository implements WebhookRepositoryInterface, UserGroupInterfac
public function all(): Collection
{
return $this->user
->webhooks()
return $this->user->webhooks()
// only get upgraded webhooks
->where('delivery', 1)
->where('response', 1)