mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-31 22:52:25 -05:00
ensure we filter home timeline statuses on local only
This commit is contained in:
parent
7cd2269cde
commit
c92bb83298
5 changed files with 46 additions and 14 deletions
|
|
@ -106,5 +106,9 @@ func (p *Processor) ListTimelineGet(
|
|||
}
|
||||
return !ok
|
||||
},
|
||||
|
||||
// Post filtering funtion,
|
||||
// i.e. filter after caching.
|
||||
nil,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue