Skip to content

Commit 7a51f04

Browse files
committed
update
1 parent e2e0a25 commit 7a51f04

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

web/github.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,10 @@ function WildMatch(string $string, string $expression) : bool
192192

193193
function SendToChat(string $Where, array $Payload) : bool
194194
{
195+
error_log("Sending Payload ".json_encode($PayLoad)." to {$Where}");
195196
global $chatChannels;
196197
$useRC = true;
197-
$useTeams = false;
198+
$useTeams = true;
198199
if ($useRC === true) {
199200
$Url = $chatChannels['rocketchat'][$Where];
200201
$c = curl_init();

0 commit comments

Comments
 (0)