mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 05:22:25 -06: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
|
|
@ -97,6 +97,10 @@ func (p *Processor) publicTimelineGet(
|
|||
}
|
||||
return !ok
|
||||
},
|
||||
|
||||
// Post filtering funtion,
|
||||
// i.e. filter after caching.
|
||||
nil,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
@ -149,5 +153,9 @@ func (p *Processor) localTimelineGet(
|
|||
}
|
||||
return !ok
|
||||
},
|
||||
|
||||
// Post filtering funtion,
|
||||
// i.e. filter after caching.
|
||||
nil,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue