mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-22 08:36:15 -06:00
lint + fmt
This commit is contained in:
parent
54c34feee8
commit
8640fc2b00
3 changed files with 21 additions and 21 deletions
|
|
@ -68,8 +68,8 @@ func (p *processor) FollowRequestAccept(auth *oauth.Auth, accountID string) (*ap
|
|||
APObjectType: gtsmodel.ActivityStreamsFollow,
|
||||
APActivityType: gtsmodel.ActivityStreamsAccept,
|
||||
GTSModel: follow,
|
||||
OriginAccount: originAccount,
|
||||
TargetAccount: targetAccount,
|
||||
OriginAccount: originAccount,
|
||||
TargetAccount: targetAccount,
|
||||
}
|
||||
|
||||
gtsR, err := p.db.GetRelationship(auth.Account.ID, accountID)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue