zulip/zerver/lib/bugdown
Sampriti Panda 0e3d694df8 bugdown: Use queue for processing of links in image previews.
Earlier, a stack was being used to go through the message and search
for links.  Because of this, in some cases the images were added to
the preview in reverse.  Using a queue will keep the image previews in
the same order as they appeared in the message.

Fixes #4453.
2017-04-17 20:48:16 -07:00
..
__init__.py bugdown: Use queue for processing of links in image previews. 2017-04-17 20:48:16 -07:00
fenced_code.py bugdown: Remove trailing whitespace on fence code blocks. 2017-03-22 14:17:34 -07:00
testing_mocks.py mypy: Convert zerver/lib to use typing.Text. 2016-12-25 10:33:45 -08:00
tlds-alpha-by-domain.txt [manual] Rename Django app from zephyr to zerver. 2013-08-06 07:39:36 -04:00