mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-04-16 06:14:13 +00:00
fix list timeline cache fetching
This commit is contained in:
parent
47fa511767
commit
1a5be5ee1c
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ func (p *Processor) ListTimelineGet(
|
|||
requester,
|
||||
|
||||
// Keyed-by-list-ID, list timeline cache.
|
||||
p.state.Caches.Timelines.List.MustGet(requester.ID),
|
||||
p.state.Caches.Timelines.List.MustGet(list.ID),
|
||||
|
||||
// Current
|
||||
// page.
|
||||
|
|
Loading…
Reference in a new issue