Skip to content

Issue 6876 - Adapted code to work with Set implementation of Filter.prototype.subscriptions

This MR is for #166 (closed).

This was the only instance I could find where we rely on Filter.prototype.subscriptions being an array. We strip out the "subscriptions" property using convertFilter() in the message responder before we pass filters on to the UI.

Merge request reports