fmt + lint

This commit is contained in:
tsmethurst 2021-05-15 11:53:38 +02:00
commit a602a3d9d2
21 changed files with 51 additions and 22 deletions

View file

@ -317,9 +317,9 @@ func (ps *postgresService) AcceptFollowRequest(originAccountID string, targetAcc
}
follow := &gtsmodel.Follow{
AccountID: originAccountID,
AccountID: originAccountID,
TargetAccountID: targetAccountID,
URI: fr.URI,
URI: fr.URI,
}
if _, err := ps.conn.Model(follow).Insert(); err != nil {