[PR #1815] [MERGED] Repair webhooks once again #1587

Closed
opened 2026-02-04 19:59:38 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1815
Author: @JoanFo1456
Created: 10/16/2025
Status: Merged
Merged: 11/9/2025
Merged by: @notAreYouScared

Base: mainHead: fix/webhooks


📝 Commits (8)

📊 Changes

2 files changed (+14 additions, -7 deletions)

View changed files

📝 app/Jobs/ProcessWebhook.php (+8 -5)
📝 app/Models/WebhookConfiguration.php (+6 -2)

📄 Description

Something made webhooks be arrays now, this pull request should fix the problem.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1815 **Author:** [@JoanFo1456](https://github.com/JoanFo1456) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 11/9/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `fix/webhooks` --- ### 📝 Commits (8) - [`75dd1cd`](https://github.com/pelican-dev/panel/commit/75dd1cdeb3e60bdbf49fe6bdcea2d8af3860f4fa) Fix webhooks expecting string finding array - [`199c582`](https://github.com/pelican-dev/panel/commit/199c5823b251261b5c3dbfb6a16422ea1d34081a) My mistake... - [`b95b703`](https://github.com/pelican-dev/panel/commit/b95b70310c6192f477671f5bdc7151c9c30b713a) I hate this.. - [`74aaaa9`](https://github.com/pelican-dev/panel/commit/74aaaa9b4a06b5af5056dc7f892f457062c7f7eb) Phpstan & pint - [`d109b87`](https://github.com/pelican-dev/panel/commit/d109b870d8278f018823cb18faee254cce9668fb) Not send headers if Discord webhook - [`2c98489`](https://github.com/pelican-dev/panel/commit/2c984895d5adc999c0ed1ee0b083480cffdb90dd) Why I always forget to pint - [`873816a`](https://github.com/pelican-dev/panel/commit/873816a1e5175a89a11635b2fb63d60f52cc496f) Update app/Jobs/ProcessWebhook.php - [`47de070`](https://github.com/pelican-dev/panel/commit/47de0707195a29eadb1214c2043eacb33bd980ec) Update ProcessWebhook.php ### 📊 Changes **2 files changed** (+14 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `app/Jobs/ProcessWebhook.php` (+8 -5) 📝 `app/Models/WebhookConfiguration.php` (+6 -2) </details> ### 📄 Description Something made webhooks be arrays now, this pull request should fix the problem. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:59:38 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1587