bit of tidying up!
This commit is contained in:
@ -17,7 +17,7 @@ func (f *filter) StatusVisible(targetStatus *gtsmodel.Status, requestingAccount
|
||||
"requestingAccountID": requestingAccount.ID,
|
||||
})
|
||||
|
||||
relevantAccounts, err := f.db.PullRelevantAccountsFromStatus(targetStatus)
|
||||
relevantAccounts, err := f.pullRelevantAccountsFromStatus(targetStatus)
|
||||
if err != nil {
|
||||
l.Debugf("error pulling relevant accounts for status %s: %s", targetStatus.ID, err)
|
||||
}
|
||||
@ -195,7 +195,3 @@ func (f *filter) StatusVisible(targetStatus *gtsmodel.Status, requestingAccount
|
||||
|
||||
return false, errors.New("reached the end of StatusVisible with no result")
|
||||
}
|
||||
|
||||
func StatusVisibleInHomeTimeline() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user