Skip to content

Fix: Remove duplication of `category` in `q=source`

Jamie Tanna requested to merge defect/duplicate-tags into develop

I'd noticed that duplicates were being returned when performing q=source. We can use the pre-built UniqueCategorySanitiser for this, as that does what we need.

Merge request reports