summaryrefslogtreecommitdiff
path: root/internal/regexes
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-09-02 12:24:18 +0200
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-09-02 12:24:18 +0200
commit5d5327614d1ad03fb6110c80bed1fa945376cbb4 (patch)
tree94c50b9c7847d37c53d1e5405e0bbf0bbeab9a3a /internal/regexes
parenttoken tests (diff)
downloadgotosocial-5d5327614d1ad03fb6110c80bed1fa945376cbb4.tar.xz
lint
Diffstat (limited to 'internal/regexes')
-rw-r--r--internal/regexes/regexes.go28
1 files changed, 14 insertions, 14 deletions
diff --git a/internal/regexes/regexes.go b/internal/regexes/regexes.go
index 53446ff2c..8ac31ef62 100644
--- a/internal/regexes/regexes.go
+++ b/internal/regexes/regexes.go
@@ -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 (