From 731e18499429313acaaf15cacc758f5c6bd7e8e1 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 4 Jan 2021 18:10:33 -0800 Subject: [PATCH] Revert "Turbot home: Disable the 'Hunts you can join' section" This reverts commit e3385b6a7da4583ab7c0729ac6776a32aa2818a0 which disabled some code to prevent a bug that was causing the turbot Home view to fail to work. The previous commit fixes the underyling bug so this code can now be safely re-enabled. --- turbot/events.py | 1 + 1 file changed, 1 insertion(+) diff --git a/turbot/events.py b/turbot/events.py index ffe13d8..70f18a6 100644 --- a/turbot/events.py +++ b/turbot/events.py @@ -170,6 +170,7 @@ def home(turb, user_id): "type": "home", "blocks": [ * my_hunt_blocks, + * available_hunt_blocks, actions_block(button_block("New hunt", "new_hunt")) ] } -- 2.43.0