Merge pull request #15816 from Godmartinz/Teams_fix

replace the via() channel for MS Teams (deprecated)
This commit is contained in:
snipe 2024-11-14 17:09:47 +00:00 committed by GitHub
commit 306c97b5b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,7 +70,7 @@ class CheckoutAssetNotification extends Notification
if (Setting::getSettings()->webhook_selected === 'microsoft' && Setting::getSettings()->webhook_endpoint) {
$notifyBy[] = TeamsNotification::class;
$notifyBy[] = MicrosoftTeamsChannel::class;
}