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

notifications
Henry Jameson 6 years ago
parent cc473df314
commit 23a1000298

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

Loading…
Cancel
Save