Gerhard Schlager 631315624d FIX: Topics with muted tag didn't show up when filtering by category and tag
It also removes the redundant `filter` parameter. Previously URLs looked like this:

```
http://example.com/tags/c/some-category/muted-tag/l/latest.json?filter=tags/c/some-category/muted-tag/l/latest
```

But it looks like the `filter` parameter was only used to find out if topics with a muted tag should be removed or not. But the same thing can be accomplished by using the first tag ID. The following URL looks a lot cleaner.

```
http://example.com/tags/c/some-category/muted-tag/l/latest.json
```
2019-09-06 20:38:03 +02:00
..
2019-08-30 10:54:19 +01:00
2019-08-07 16:39:58 +05:30
2019-05-22 17:39:44 +03:00
2019-06-05 11:29:27 +10:00
2019-06-27 01:54:40 +02:00
2019-09-04 11:16:01 -04:00