mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-12 06:47:28 -06:00
go fmt
This commit is contained in:
parent
7cf4045ded
commit
a2c12e20b2
2 changed files with 6 additions and 6 deletions
|
|
@ -12,8 +12,8 @@ import (
|
|||
|
||||
func (f *filter) StatusVisible(targetStatus *gtsmodel.Status, requestingAccount *gtsmodel.Account) (bool, error) {
|
||||
l := f.log.WithFields(logrus.Fields{
|
||||
"func": "StatusVisible",
|
||||
"statusID": targetStatus.ID,
|
||||
"func": "StatusVisible",
|
||||
"statusID": targetStatus.ID,
|
||||
})
|
||||
|
||||
relevantAccounts, err := f.pullRelevantAccountsFromStatus(targetStatus)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue