fix post search query to have id +1 because search is exclusive

This commit is contained in:
Henry Jameson 2018-08-16 18:13:31 +03:00
parent cc473df314
commit 23a1000298

View file

@ -60,7 +60,7 @@ const backendInteractorService = (credentials) => {
credentials,
timeline: 'own',
older: true,
until: postId
until: postId + 1
})
}