pentacent / keila

Open Source Newsletter Tool.
https://keila.io
GNU Affero General Public License v3.0
1.26k stars 61 forks source link

Segment filters can be nil - causing errors when using them #177

Closed wmnnd closed 1 year ago

wmnnd commented 1 year ago

If a Segment filter is nil, using this filter in Keila.Contacts.Query causes an exception. We should ensure segment filters are never nil but always %{} even if empty.

wmnnd commented 1 year ago

This was already fixed and deployed back in January with 2351bd7f268aac5d2858ff552e87b3a511f6d707.