Skip to content

REST: add a query string to only get advertised lists

Without this change, the only way to get advertised lists only is to get all lists, get their settings with another REST call (one per list), and manually filter. This makes the front page of Postorius very slow. This change adds a query string parameter to filter only advertised lists.

Merge request reports