9 ublog posts per page (grouped by 3)

hotfix-tablebase
Thibault Duplessis 2021-09-12 11:53:35 +02:00
parent 152598dad9
commit a55a47f2d0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ final class UblogPaginator(
import UblogBsonHandlers._
import UblogPost.PreviewPost
val maxPerPage = MaxPerPage(8)
val maxPerPage = MaxPerPage(9)
def byUser(user: User, live: Boolean, page: Int): Fu[Paginator[PreviewPost]] =
byBlog(UblogBlog.Id.User(user.id), live, page)