DiscussionPage.js

I suggest after line 165 next code is enough
this.stream = new PostStream({discussion, []});
this.stream.on('positionChanged', this.positionChanged.bind(this));
this.stream.goToNumber(m.route.param('near') || 1, true);
We don't need to filter and map and sort etc.
Please explain if you know. Comment at line 165 is inconclusive.