mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-21 19:47:29 -06:00
linting
This commit is contained in:
parent
72c91c92d0
commit
932702fbe1
5 changed files with 21 additions and 23 deletions
|
|
@ -411,9 +411,9 @@ func (f *federatingDB) Create(ctx context.Context, asType vocab.Type) error {
|
|||
}
|
||||
|
||||
fromFederatorChan <- gtsmodel.FromFederator{
|
||||
APObjectType: gtsmodel.ActivityStreamsNote,
|
||||
APObjectType: gtsmodel.ActivityStreamsNote,
|
||||
APActivityType: gtsmodel.ActivityStreamsCreate,
|
||||
GTSModel: status,
|
||||
GTSModel: status,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue