zulip/zerver/lib/url_preview
Steve Howell 76deb30312 preview: Hash cache keys for preview urls.
We don't want really long urls to lead to truncated
keys, or we could theoretically have two different
urls get mixed up previews.

Also, this suppresses warnings about exceeding the
250 char limit.

Finally, this gives the key a proper prefix.
2018-10-14 09:28:57 -07:00
..
oembed mypy: Improve typing of oembed data, to Dict[str, Any]. 2018-06-19 10:48:38 -07:00
parsers url_preview: Don't import beautifulsoup at import time. 2018-08-08 14:19:42 -07:00
__init__.py
preview.py preview: Hash cache keys for preview urls. 2018-10-14 09:28:57 -07:00