Skip to content
Snippets Groups Projects
Commit 23a10002 authored by HJ's avatar HJ :fire:
Browse files

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

parent cc473df3
No related branches found
No related tags found
1 merge request!306Support qvitter api notifications
Pipeline #
......@@ -60,7 +60,7 @@ const backendInteractorService = (credentials) => {
credentials,
timeline: 'own',
older: true,
until: postId
until: postId + 1
})
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment