mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 23:19:10 +00:00
After the messages have been imported, set the rendered_content of the messages instead of leaving its value to be 'None'. This is important to ensure that: (1) Performance for users is good after completing the import. (2) The database's full-text indexes have all of the imported messages (which only happens properly when Message rows have their rendered_content field edited). Fixes #9168.
33 KiB
33 KiB