mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
lint
This commit is contained in:
@@ -24,20 +24,20 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
users = "users"
|
||||
actors = "actors"
|
||||
statuses = "statuses"
|
||||
inbox = "inbox"
|
||||
outbox = "outbox"
|
||||
followers = "followers"
|
||||
following = "following"
|
||||
liked = "liked"
|
||||
collections = "collections"
|
||||
featured = "featured"
|
||||
publicKey = "main-key"
|
||||
follow = "follow"
|
||||
update = "updates"
|
||||
blocks = "blocks"
|
||||
users = "users"
|
||||
actors = "actors"
|
||||
statuses = "statuses"
|
||||
inbox = "inbox"
|
||||
outbox = "outbox"
|
||||
followers = "followers"
|
||||
following = "following"
|
||||
liked = "liked"
|
||||
// collections = "collections"
|
||||
// featured = "featured"
|
||||
publicKey = "main-key"
|
||||
follow = "follow"
|
||||
// update = "updates"
|
||||
blocks = "blocks"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user