diff --git a/api/bots/humbug_trac.py b/api/bots/humbug_trac.py index ca3813eea4..cbd06f920f 100644 --- a/api/bots/humbug_trac.py +++ b/api/bots/humbug_trac.py @@ -35,7 +35,7 @@ def trac_subject(ticket): def send_update(ticket, content): client.send_message({ "type": "stream", - "stream": "devel", + "stream": "trac", "content": content, "subject": trac_subject(ticket) })