From: Carl Worth Date: Tue, 5 Jan 2021 02:10:33 +0000 (-0800) Subject: Revert "Turbot home: Disable the 'Hunts you can join' section" X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=731e18499429313acaaf15cacc758f5c6bd7e8e1;p=turbot 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. --- 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")) ] }