zulip/zerver/webhooks/slack_incoming
Alex Vandiver 4dc57dadd6 slack_incoming: Make check_text_block return its input.
`check_text_block` transformed its input, making the object it
returned not the same object it was passed; this invalidated it for
use in `check_list`.  It is also, in general, unlike all other
validators.

Make it return a TypedDict cast of its input.
2023-01-04 14:03:47 -08:00
..
fixtures slack_incoming: Verify that keys exist before checking their value. 2022-11-29 16:34:16 -08:00
__init__.py
doc.md markdown: Rewrite include plugin without markdown-include. 2022-06-26 17:36:31 -07:00
tests.py slack_incoming: Verify that keys exist before checking their value. 2022-11-29 16:34:16 -08:00
view.py slack_incoming: Make check_text_block return its input. 2023-01-04 14:03:47 -08:00