]> git.cworth.org Git - turbot/commitdiff
Turbot home: Disable the "Hunts you can join" section
authorCarl Worth <cworth@cworth.org>
Sat, 2 Jan 2021 18:27:40 +0000 (10:27 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 2 Jan 2021 18:28:09 +0000 (10:28 -0800)
Which is buggy and causing problems right now.

turbot/events.py

index 2f096b276ccae2e97faef2238f442de47c356b66..200ab8f117aee4190707b232e3046d2b360380af 100644 (file)
@@ -170,7 +170,6 @@ def home(turb, user_id):
         "type": "home",
         "blocks": [
             * my_hunt_blocks,
-            * available_hunt_blocks,
             actions_block(button_block("New hunt", "new_hunt"))
         ]
     }