mirror of https://github.com/zulip/zulip.git
399acea755
Apparently, the refactor months ago that introduced finalize_payload wasn't applied to the outgoing webhook code path, resulting in message dicts with an unexpected format with no avatar_url and some extra values that were intended to be internal details not relevant to external clients. Because this API is not widely used, we expect there to be little to no impact of converting this back to matching the `get_messages` interface, as it once was and has always been intended to be. The one somewhat tricky detail is that we include both the `content` and `rendered_content` fields, rather than asking the client to pick which they want via the `apply_markdown` flag, because there is no place for the client to configure that setting. |
||
---|---|---|
.. | ||
analytics | ||
confirmation | ||
corporate | ||
tests | ||
two_factor | ||
zerver | ||
zilencer | ||
.gitignore | ||
404.html | ||
500.html |