mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
This should help with #17425, where messages with lots of LaTeX are lost, due to the large expansion factor. This isn't a total fix for this - large messages with lots of LaTeX can still end up larger than 1MB, and rendering could timeout, but this fix should help significantly. 1MB is still small enough that I don't expect we'll run into any DOS problems - my testing didn't show any problems rendering messages that contain ~1MB of LaTeX. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| api_arguments_table_generator.py | ||
| api_return_values_table_generator.py | ||
| fenced_code.py | ||
| help_emoticon_translations_table.py | ||
| help_relative_links.py | ||
| help_settings_links.py | ||
| include.py | ||
| nested_code_blocks.py | ||
| tabbed_sections.py | ||
| testing_mocks.py | ||