Alexander Skvortsov 09e2736cbc Fix goToIndex to visible end
In the PostStream, `this.visibleEnd` represents the index of the last post + 1, but `loadNearIndex` treated it as if it was the index of the last post. This means that executing `goToIndex` on the post stream's current `this.visiblePost` didn't load new posts, and as a result, the requested scrolling did not occur.
2020-11-29 18:33:29 -05:00
..
2020-11-29 18:33:29 -05:00
2018-06-20 13:20:31 +09:30
2018-06-20 13:20:31 +09:30