mirror of
https://github.com/discourse/discourse.git
synced 2026-07-31 08:38:27 -05:00
We were trying to observe a non-ember object which is undefined behavior and was leaking to odd bugs. This replaces the `filter` object with an Ember Object and things seem to work.