mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
1) The class Filter now lives in its own module. 2) The function canonicalized_operators() is now a class method on Filter. 3) The function message_in_home moved to filter.js and became private. 4) Various calling code had to change, of course. 5) Splitting out Filter helped simplify a few tests. (imported from commit e41d792b46d3d6a30d3bd03db0419f129d0a2a7b)