From: Carl Worth Date: Sat, 2 Jan 2021 18:27:40 +0000 (-0800) Subject: Turbot home: Disable the "Hunts you can join" section X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=e3385b6a7da4583ab7c0729ac6776a32aa2818a0;p=turbot Turbot home: Disable the "Hunts you can join" section Which is buggy and causing problems right now. --- diff --git a/turbot/events.py b/turbot/events.py index 2f096b2..200ab8f 100644 --- a/turbot/events.py +++ b/turbot/events.py @@ -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")) ] }