ensure we filter home timeline statuses on local only

This commit is contained in:
kim 2025-04-25 16:09:09 +01:00
commit c92bb83298
5 changed files with 46 additions and 14 deletions

View file

@ -106,5 +106,9 @@ func (p *Processor) ListTimelineGet(
}
return !ok
},
// Post filtering funtion,
// i.e. filter after caching.
nil,
)
}