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, credentials,
timeline: 'own', timeline: 'own',
older: true, older: true,
until: postId until: postId + 1
}) })
} }

Loading…
Cancel
Save