Simple forum software for building great communities.
Go to file
Alexander Skvortsov 3b81aabe9b Improve PostStreamState.viewingEnd()
In some cases, such as if we've stickied a post, an event post
may have been added / removed.This means that `this.visibleEnd`
and`this.count()` will be out of sync by 1 post, but we are still
"viewing the end" of the post stream, so we should still reload
all posts up until the last one.
2020-09-30 16:33:10 -04:00
framework/core Improve PostStreamState.viewingEnd() 2020-09-30 16:33:10 -04:00