revert testing variables
This commit is contained in:
@@ -721,7 +721,7 @@ class Helper
|
||||
// The check and message that the user is still using the deprecated version
|
||||
$deprecations = [
|
||||
'ms_teams_deprecated' => array(
|
||||
'check' => Str::contains(Setting::getSettings()->webhook_endpoint, 'workflows'),
|
||||
'check' => !Str::contains(Setting::getSettings()->webhook_endpoint, 'workflows'),
|
||||
'message' => 'The Microsoft Teams webhook URL being used will be deprecated Jan 31st, 2025. <a class="btn btn-primary" href="' . route('settings.slack.index') . '">Change your webhook endpoint</a>'),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user