forked from AkkomaGang/akkoma-fe
fix post search query to have id +1 because search is exclusive
This commit is contained in:
parent
cc473df314
commit
23a1000298
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ const backendInteractorService = (credentials) => {
|
|||
credentials,
|
||||
timeline: 'own',
|
||||
older: true,
|
||||
until: postId
|
||||
until: postId + 1
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue