Fix #7734 - add ticket to branches
[Pman.MTrack] / DataObjects / Mtrack_change.php
index 3c9d76f..6a6e95c 100644 (file)
@@ -764,7 +764,7 @@ class Pman_MTrack_DataObjects_Mtrack_change extends DB_DataObject
         }
         
         $res = $tg->factory('SendMessage',array(
-            'chat_id' => 35721679, 
+            'chat_id' => 35721679,   // fixme - this needs to be mapped to who we are sending to (currently it's only me!!!)
             'parse_mode' => 'MarkdownV2',
             'text' => "/ticket@{$this->onid}  *". $tg->escape($t->summary) . "*\n\n".
                     "{$this->cgtype} by ". $tg->escape($this->person()->name) . "\n\n" . $tg->escape(implode("\n", $str))