]> git.cworth.org Git - turbot/commitdiff
Include a link to the big board in the hunt channel's topic
authorCarl Worth <cworth@cworth.org>
Wed, 12 Jan 2022 09:58:51 +0000 (01:58 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 12 Jan 2022 10:01:35 +0000 (02:01 -0800)
Now that we are generating the big board views on halibut.cworth.org.

turbot/hunt.py

index 2d4de5108b4e75f5694b817941d3e24a1a8cec10..3063d879cb1069745a5405683b87f733dea58c1f 100644 (file)
@@ -174,6 +174,9 @@ def hunt_update_topic(turb, hunt):
     if url:
         topic += "<{}|Hunt website> ".format(url)
 
+    topic += "<https://halibut.cworth.org/{}|Big Board> ".format(
+        hunt['channel_id'])
+
     state = hunt.get('state', None)
     if state:
         topic += state