mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 04:22:24 -05:00
fix list timeline cache fetching
This commit is contained in:
parent
24ae7bec49
commit
8bec0eb5ff
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…
Add table
Add a link
Reference in a new issue