mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Redis and the Redis client know nothing but bytes. When we take a `bytes` object it returns and pass it down as `subject` here, it causes an exception deep inside message processing if the realm has any filters, when `bugdown.subject_links` attempts to search the subject for the filters, which are of course `str` patterns. For symmetry, make the conversion to bytes on the storing side explicit too.
14 KiB
14 KiB