From: Carl Worth Date: Wed, 12 Jan 2022 09:58:51 +0000 (-0800) Subject: Include a link to the big board in the hunt channel's topic X-Git-Url: https://git.cworth.org/git?p=turbot;a=commitdiff_plain;h=a2f4a28d815e0a8448fb6d565592bb662843964f 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. --- 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