mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
1. `call` is a block type we've observed in the wild in a Slack export, despite not being documented in https://docs.slack.dev/reference/block-kit/blocks/ 2. We already have the logic for converting `condition` block type below in the function, but it was erroneously missing from the list of valid types.