mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-09 15:38:07 -06:00
fmt + lint
This commit is contained in:
parent
d68c64505b
commit
a602a3d9d2
21 changed files with 51 additions and 22 deletions
|
|
@ -317,9 +317,9 @@ func (ps *postgresService) AcceptFollowRequest(originAccountID string, targetAcc
|
|||
}
|
||||
|
||||
follow := >smodel.Follow{
|
||||
AccountID: originAccountID,
|
||||
AccountID: originAccountID,
|
||||
TargetAccountID: targetAccountID,
|
||||
URI: fr.URI,
|
||||
URI: fr.URI,
|
||||
}
|
||||
|
||||
if _, err := ps.conn.Model(follow).Insert(); err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue