]> git.cworth.org Git - turbot/blobdiff - turbot/events.py
Add hint to expand search terms if implicitly filtered
[turbot] / turbot / events.py
index bf4154ffafce8124388c80442ec0fbe630821e06..b8fd429cbd6009e2aca5a605127b22c66486c863 100644 (file)
@@ -45,7 +45,7 @@ def home(turb, user_id):
             continue
         if user_id in slack_channel_members(turb.slack_client,
                                             hunt['channel_id']):
-            my_hunt_blocks += hunt_blocks(turb, hunt)
+            my_hunt_blocks += hunt_blocks(turb, hunt, puzzle_status='all')
         else:
             available_hunt_blocks.append(hunt_link_block(turb, hunt))