From a2f4a28d815e0a8448fb6d565592bb662843964f Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 12 Jan 2022 01:58:51 -0800 Subject: [PATCH] Include a link to the big board in the hunt channel's topic Now that we are generating the big board views on halibut.cworth.org. --- turbot/hunt.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/turbot/hunt.py b/turbot/hunt.py index 2d4de51..3063d87 100644 --- a/turbot/hunt.py +++ b/turbot/hunt.py @@ -174,6 +174,9 @@ def hunt_update_topic(turb, hunt): if url: topic += "<{}|Hunt website> ".format(url) + topic += " ".format( + hunt['channel_id']) + state = hunt.get('state', None) if state: topic += state -- 2.43.0