mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
For some reason, we have the USING_PGROONGA setting on in development right now. I'm going to disable that in another commit to match what we're doing in production, but we'll still want that setting to work in development. The problem here was that process_fts_updates only attempted to read the USING_PGROONGA setting from a /etc/zulip/zulip.conf source, and thus would just not be updating the index in development.