mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-10-10 19:32:02 +00:00
fix lint
This commit is contained in:
parent
65d4e92fa9
commit
94ad4fdd64
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,6 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
ap "github.com/go-ap/activitypub"
|
|
||||||
|
|
||||||
"forgejo.org/models/forgefed"
|
"forgejo.org/models/forgefed"
|
||||||
"forgejo.org/models/repo"
|
"forgejo.org/models/repo"
|
||||||
"forgejo.org/models/user"
|
"forgejo.org/models/user"
|
||||||
|
@ -19,6 +17,8 @@ import (
|
||||||
"forgejo.org/modules/log"
|
"forgejo.org/modules/log"
|
||||||
"forgejo.org/modules/validation"
|
"forgejo.org/modules/validation"
|
||||||
context_service "forgejo.org/services/context"
|
context_service "forgejo.org/services/context"
|
||||||
|
|
||||||
|
ap "github.com/go-ap/activitypub"
|
||||||
)
|
)
|
||||||
|
|
||||||
// ProcessLikeActivity receives a ForgeLike activity and does the following:
|
// ProcessLikeActivity receives a ForgeLike activity and does the following:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue