]> git.cworth.org Git - turbot/commit
Live fix for apparently overflowing the Slack message limit with hunt details
authorCarl Worth <cworth@cworth.org>
Sat, 16 Jan 2021 15:47:45 +0000 (07:47 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 16 Jan 2021 15:49:32 +0000 (07:49 -0800)
commitc6ad0733c2613b899a30291b14222ef6c322c6cb
tree9e2ab91b2d2f79845a9ba5d9dc2cb6e18b763c21
parentb6e82265cc949120215e82321c1b9b54f890181b
Live fix for apparently overflowing the Slack message limit with hunt details

Condense the Turbot Home view to only link to hunts, not give all the
details.

Change hunt_blocks() function to return an array of array of blocks,
(broken up at the level of a round). Callers now generate one post for
each element in the outer array. Hopefully this gives us a little
breathing room for now.
turbot/events.py
turbot/hunt.py
turbot/interaction.py