summaryrefslogtreecommitdiff
path: root/internal/regexes/regexes.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/regexes/regexes.go')
-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 (