mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-06 20:43:17 -06:00
[bugfix] more robust list timeline invalidation (#1995)
This commit is contained in:
parent
346ecabd07
commit
f4319740ab
15 changed files with 254 additions and 226 deletions
|
|
@ -82,6 +82,7 @@ func (p *Processor) BookmarksGet(ctx context.Context, requestingAccount *gtsmode
|
|||
if bookmark.ID < nextMaxIDValue {
|
||||
nextMaxIDValue = bookmark.ID // Lowest ID (for paging down).
|
||||
}
|
||||
|
||||
if bookmark.ID > prevMinIDValue {
|
||||
prevMinIDValue = bookmark.ID // Highest ID (for paging up).
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue